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
public class Server extends AnypointObject<Environment>
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class com.aeontronix.enhancedmule.tools.anypoint.AnypointObject
client, httpHelper, json, jsonHelper, parent -
Constructor Summary
Constructors Constructor Description Server()Server(Environment environment)Server(Environment environment, String id) -
Method Summary
Modifier and Type Method Description booleancheckApplicationExist(String name, File file, boolean matchDigest)voiddelete()HApplicationfindApplication(String name)StringgetId()StringgetName()List<HApplication>listApplication()voidsetId(String id)voidsetName(String name)
-
Field Details
-
Constructor Details
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
delete
- Throws:
HttpException
-
checkApplicationExist
public boolean checkApplicationExist(@NotNull String name, @NotNull File file, boolean matchDigest) throws HttpException, IOException- Throws:
HttpExceptionIOException
-
listApplication
- Throws:
HttpException
-
findApplication
- Throws:
NotFoundExceptionHttpException
-