Class Axis2RepoManagerUIConstants
java.lang.Object
org.wso2.carbon.repomanager.axis2.ui.Axis2RepoManagerUIConstants
Axis2 repo manager UI constants are defined here
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe complete path to a jar that is to be deletedstatic final StringReference to the selected directory name eg - axis2servicesstatic final StringThe complete path leading to the selected directory eg - /server/axis2services/libstatic final StringThe file extension of the Axis2 artifacts the jar is being used bystatic final StringReference to verify if a dependency was uploaded successfully to the repository -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SELECTED_DIR_PATH
The complete path leading to the selected directory eg - /server/axis2services/lib- See Also:
-
DIR_NAME
Reference to the selected directory name eg - axis2services- See Also:
-
DELETE_LIB_PATH
The complete path to a jar that is to be deleted- See Also:
-
SERVICE_TYPE
The file extension of the Axis2 artifacts the jar is being used by- See Also:
-
UPLOAD_STATUS
Reference to verify if a dependency was uploaded successfully to the repository- See Also:
-
-
Constructor Details
-
Axis2RepoManagerUIConstants
public Axis2RepoManagerUIConstants()
-