C# Class exo_jcr.msofficeplugin.common.Utils

Datei anzeigen Open project: exodev/jcr-msofficeplugin

Public Methods

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

Method Details

checkNameValid() public static method

public static checkNameValid ( String name ) : System.Boolean
name String
return System.Boolean

checkNodeNameValid() public static method

public static checkNodeNameValid ( String nodeName ) : System.Boolean
nodeName String
return System.Boolean

checkPathValid() public static method

public static checkPathValid ( String path ) : System.Boolean
path String
return System.Boolean

checkPortValid() public static method

public static checkPortValid ( String portValue ) : System.Boolean
portValue String
return System.Boolean

checkSimpleNameValid() public static method

public static checkSimpleNameValid ( String simpleName ) : System.Boolean
simpleName String
return System.Boolean

doGetFile() public static method

public static doGetFile ( ApplicationInterface appInterface, String href ) : System.Boolean
appInterface ApplicationInterface
href String
return System.Boolean

getValidName() public static method

public static getValidName ( String name ) : String
name String
return String

getValidServletPath() public static method

public static getValidServletPath ( String servlet, String repository, String workspace ) : String
servlet String
repository String
workspace String
return String

showMessageStatus() public static method

public static showMessageStatus ( int status ) : void
status int
return void