C# 클래스 exo_jcr.msofficeplugin.common.Utils

파일 보기 프로젝트 열기: exodev/jcr-msofficeplugin

공개 메소드들

메소드 설명
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

메소드 상세

checkNameValid() 공개 정적인 메소드

public static checkNameValid ( String name ) : System.Boolean
name String
리턴 System.Boolean

checkNodeNameValid() 공개 정적인 메소드

public static checkNodeNameValid ( String nodeName ) : System.Boolean
nodeName String
리턴 System.Boolean

checkPathValid() 공개 정적인 메소드

public static checkPathValid ( String path ) : System.Boolean
path String
리턴 System.Boolean

checkPortValid() 공개 정적인 메소드

public static checkPortValid ( String portValue ) : System.Boolean
portValue String
리턴 System.Boolean

checkSimpleNameValid() 공개 정적인 메소드

public static checkSimpleNameValid ( String simpleName ) : System.Boolean
simpleName String
리턴 System.Boolean

doGetFile() 공개 정적인 메소드

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

getValidName() 공개 정적인 메소드

public static getValidName ( String name ) : String
name String
리턴 String

getValidServletPath() 공개 정적인 메소드

public static getValidServletPath ( String servlet, String repository, String workspace ) : String
servlet String
repository String
workspace String
리턴 String

showMessageStatus() 공개 정적인 메소드

public static showMessageStatus ( int status ) : void
status int
리턴 void