public interface Axis2RepoManager
Modifier and Type | Method and Description |
---|---|
boolean |
deleteLib(String libPath12)
Auto generated method signature
|
DataHandler |
downloadArtifact(String filePath8)
Auto generated method signature
|
DirectoryStructureMetaData |
getDirectoryStructure()
Auto generated method signature
|
boolean |
restartAxis2Server()
Auto generated method signature
|
void |
startdeleteLib(String libPath12,
Axis2RepoManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdownloadArtifact(String filePath8,
Axis2RepoManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetDirectoryStructure(Axis2RepoManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startrestartAxis2Server(Axis2RepoManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startuploadArtifact(Axis2ArtifactUploadData[] artifactUploadDataList16,
String fileUploadDir17,
Axis2RepoManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
uploadArtifact(Axis2ArtifactUploadData[] artifactUploadDataList16,
String fileUploadDir17)
Auto generated method signature
|
boolean restartAxis2Server() throws RemoteException
restartAxis2Server4
- RemoteException
void startrestartAxis2Server(Axis2RepoManagerCallbackHandler callback) throws RemoteException
restartAxis2Server4
- RemoteException
DataHandler downloadArtifact(String filePath8) throws RemoteException
downloadArtifact7
- RemoteException
void startdownloadArtifact(String filePath8, Axis2RepoManagerCallbackHandler callback) throws RemoteException
downloadArtifact7
- RemoteException
boolean deleteLib(String libPath12) throws RemoteException
deleteLib11
- RemoteException
void startdeleteLib(String libPath12, Axis2RepoManagerCallbackHandler callback) throws RemoteException
deleteLib11
- RemoteException
boolean uploadArtifact(Axis2ArtifactUploadData[] artifactUploadDataList16, String fileUploadDir17) throws RemoteException, Axis2RepoManagerIOExceptionException
uploadArtifact15
- Axis2RepoManagerIOExceptionException
- :RemoteException
void startuploadArtifact(Axis2ArtifactUploadData[] artifactUploadDataList16, String fileUploadDir17, Axis2RepoManagerCallbackHandler callback) throws RemoteException
uploadArtifact15
- RemoteException
DirectoryStructureMetaData getDirectoryStructure() throws RemoteException, Axis2RepoManagerJSONExceptionException
getDirectoryStructure20
- Axis2RepoManagerJSONExceptionException
- :RemoteException
void startgetDirectoryStructure(Axis2RepoManagerCallbackHandler callback) throws RemoteException
getDirectoryStructure20
- RemoteException
Copyright © 2019 WSO2. All rights reserved.