| Package | Description |
|---|---|
| de.SweetCode.SteamAPI.exceptions | |
| de.SweetCode.SteamAPI.interfaces | |
| de.SweetCode.SteamAPI.method | |
| de.SweetCode.SteamAPI.method.methods |
| Constructor and Description |
|---|
SteamCombinationException(SteamMethod steamMethod,
SteamHTTPMethod method,
SteamHost host,
SteamVersion version,
SteamVisibility visibility) |
SteamDependencyException(SteamMethod method,
Option depending,
String dependencyKey) |
SteamMissingInputException(SteamMethod steamMethod,
Option option) |
| Modifier and Type | Method and Description |
|---|---|
<T extends SteamMethod> |
SteamInterface.get(Class<T> method)
Gives a method according to the provided class IF the method belongs to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends SteamMethod>,SteamMethod> |
SteamInterface.getMethods()
Gives a list of all related
methods. |
Map<Class<? extends SteamMethod>,SteamMethod> |
SteamInterface.getMethods()
Gives a list of all related
methods. |
| Modifier and Type | Method and Description |
|---|---|
void |
SteamInterface.add(SteamMethod method)
Adds a method to the interface.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SteamMethodVersion.verify(SteamMethod steamMethod,
SteamHost host,
Input input)
Verifies if the input fits these SteamMethodVersion.
|
Copyright © 2017. All rights reserved.