Method | Description | |
---|---|---|
checkNameValid ( String name ) : System.Boolean | ||
checkNodeNameValid ( String nodeName ) : System.Boolean | ||
checkPathValid ( String path ) : System.Boolean | ||
checkPortValid ( String portValue ) : System.Boolean | ||
checkSimpleNameValid ( String simpleName ) : System.Boolean | ||
doGetFile ( ApplicationInterface appInterface, String href ) : System.Boolean | ||
getValidName ( String name ) : String | ||
getValidServletPath ( String servlet, String repository, String workspace ) : String | ||
showMessageStatus ( int status ) : void |
public static checkNameValid ( String name ) : System.Boolean | ||
name | String | |
return | System.Boolean |
public static checkNodeNameValid ( String nodeName ) : System.Boolean | ||
nodeName | String | |
return | System.Boolean |
public static checkPathValid ( String path ) : System.Boolean | ||
path | String | |
return | System.Boolean |
public static checkPortValid ( String portValue ) : System.Boolean | ||
portValue | String | |
return | System.Boolean |
public static checkSimpleNameValid ( String simpleName ) : System.Boolean | ||
simpleName | String | |
return | System.Boolean |
public static doGetFile ( ApplicationInterface appInterface, String href ) : System.Boolean | ||
appInterface | ApplicationInterface | |
href | String | |
return | System.Boolean |
public static getValidName ( String name ) : String | ||
name | String | |
return | String |
public static getValidServletPath ( String servlet, String repository, String workspace ) : String | ||
servlet | String | |
repository | String | |
workspace | String | |
return | String |
public static showMessageStatus ( int status ) : void | ||
status | int | |
return | void |