public interface Axis2RepoManager
Modifier and Type | Method and Description |
---|---|
boolean |
deleteLib(String libPath10)
Auto generated method signature
|
DataHandler |
downloadArtifact(String filePath17)
Auto generated method signature
|
DirectoryStructureMetaData |
getDirectoryStructure()
Auto generated method signature
|
boolean |
restartAxis2Server()
Auto generated method signature
|
void |
startdeleteLib(String libPath10,
Axis2RepoManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdownloadArtifact(String filePath17,
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[] artifactUploadDataList5,
String fileUploadDir6,
Axis2RepoManagerCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
boolean |
uploadArtifact(Axis2ArtifactUploadData[] artifactUploadDataList5,
String fileUploadDir6)
Auto generated method signature
|
boolean uploadArtifact(Axis2ArtifactUploadData[] artifactUploadDataList5, String fileUploadDir6) throws RemoteException, Axis2RepoManagerIOExceptionException
uploadArtifact4
- Axis2RepoManagerIOExceptionException
- :RemoteException
void startuploadArtifact(Axis2ArtifactUploadData[] artifactUploadDataList5, String fileUploadDir6, Axis2RepoManagerCallbackHandler callback) throws RemoteException
uploadArtifact4
- RemoteException
boolean deleteLib(String libPath10) throws RemoteException
deleteLib9
- RemoteException
void startdeleteLib(String libPath10, Axis2RepoManagerCallbackHandler callback) throws RemoteException
deleteLib9
- RemoteException
DirectoryStructureMetaData getDirectoryStructure() throws RemoteException, Axis2RepoManagerJSONExceptionException
getDirectoryStructure13
- Axis2RepoManagerJSONExceptionException
- :RemoteException
void startgetDirectoryStructure(Axis2RepoManagerCallbackHandler callback) throws RemoteException
getDirectoryStructure13
- RemoteException
DataHandler downloadArtifact(String filePath17) throws RemoteException
downloadArtifact16
- RemoteException
void startdownloadArtifact(String filePath17, Axis2RepoManagerCallbackHandler callback) throws RemoteException
downloadArtifact16
- RemoteException
boolean restartAxis2Server() throws RemoteException
restartAxis2Server20
- RemoteException
void startrestartAxis2Server(Axis2RepoManagerCallbackHandler callback) throws RemoteException
restartAxis2Server20
- RemoteException
Copyright © 2017 WSO2. All rights reserved.