Class Server
java.lang.Object
com.aeontronix.enhancedmule.tools.anypoint.AnypointObject<Environment>
com.aeontronix.enhancedmule.tools.runtime.Server
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ServerGroup
- See Also:
-
Field Summary
FieldsFields inherited from class com.aeontronix.enhancedmule.tools.anypoint.AnypointObject
client, httpHelper, json, jsonHelper, parent -
Constructor Summary
ConstructorsConstructorDescriptionServer()Server(Environment environment) Server(Environment environment, String id) -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckApplicationExist(@NotNull String name, @NotNull File file, boolean matchDigest) voiddelete()findApplication(String name) getId()getName()voidvoid
-
Field Details
-
id
-
name
-
-
Constructor Details
-
Server
public Server() -
Server
-
Server
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
delete
- Throws:
HttpException
-
checkApplicationExist
public boolean checkApplicationExist(@NotNull @NotNull String name, @NotNull @NotNull File file, boolean matchDigest) throws HttpException, IOException - Throws:
HttpExceptionIOException
-
listApplication
- Throws:
HttpException
-
findApplication
- Throws:
NotFoundExceptionHttpException
-