Modifier and type | Field and description |
---|---|
public static val java.lang.String | HIDDEN_MEMBER_CHARACTER
Character for hidden features. |
Modifier and type | Action and description |
---|---|
static java.lang.String | getFileExtensions(String)
Replies the individual file extensions from the given list of file extensions. |
static java.lang.String | getMajorFileExtension(String)
Replies the major file extension from the given list of file extensions. |
static java.lang.String | getMajorFileExtension(String)
Replies the major file extension from the given list of file extensions. |
static boolean | hasFileExtension(String,String)
Replies if the given filename has one of the following file extensions |
static boolean | isHiddenMember(String)
Replies if the given name is related to an hidden action. |
public static val HIDDEN_MEMBER_CHARACTER : java.lang.String = "$"
def getFileExtensions(String) : java.lang.String
,
, ;
or :
.
def getMajorFileExtension(String) : java.lang.String
def getMajorFileExtension(String) : java.lang.String
def hasFileExtension(String,String) : boolean
def isHiddenMember(String) : boolean