프로퍼티 | 타입 | 설명 | |
---|---|---|---|
m_alternateDirectorySeparator | char | ||
m_directorySeparator | char | ||
m_expressions | String | ||
m_expressionsArray | String[] | ||
m_ignoreCase | bool | ||
m_list | ArrayList | ||
m_separators | char[] | ||
m_throwOnRelative | bool | ||
m_trimChars | char[] |
메소드 | 설명 | |
---|---|---|
AddExpressions ( |
||
AddExpressions ( String str ) : void | ||
AddExpressions ( String str, bool checkForDuplicates, bool needFullPath ) : void | ||
Copy ( ) : |
||
Intersect ( |
||
IsEmpty ( ) : bool | ||
IsSubsetOf ( |
||
IsSubsetOfPathDiscovery ( |
||
SetThrowOnRelative ( bool throwOnRelative ) : void | ||
StringExpressionSet ( ) : System.Text | ||
StringExpressionSet ( String str ) : System.Text | ||
StringExpressionSet ( bool ignoreCase, String str, bool throwOnRelative ) : System.Text | ||
StringExpressionSet ( bool ignoreCase, bool throwOnRelative ) : System.Text | ||
ToString ( ) : String | ||
ToStringArray ( ) : String[] | ||
Union ( StringExpressionSet ses ) : StringExpressionSet |
메소드 | 설명 | |
---|---|---|
AddSingleExpressionNoDuplicates ( String expression ) : void | ||
CheckList ( ) : void | ||
CreateList ( ) : void | ||
CreateNewEmpty ( ) : |
||
GenerateString ( ) : void | ||
ProcessSingleString ( String str ) : String | ||
ProcessWholeString ( String str ) : String | ||
Reduce ( ) : void | ||
Split ( String expressions ) : String[] | ||
StringSubsetString ( String left, String right, bool ignoreCase ) : bool | ||
StringSubsetStringExpression ( String left, StringExpressionSet right, bool ignoreCase ) : bool | ||
StringSubsetStringExpressionPathDiscovery ( String left, StringExpressionSet right, bool ignoreCase ) : bool | ||
StringSubsetStringPathDiscovery ( String left, String right, bool ignoreCase ) : bool |
메소드 | 설명 | |
---|---|---|
CanonicalizePath ( String path ) : String | ||
CanonicalizePath ( String path, bool needFullPath ) : String | ||
CreateListFromExpressions ( String str, bool needFullPath ) : |
||
GetLongPathName ( String path ) : String | ||
StaticProcessSingleString ( String str ) : String | ||
StaticProcessWholeString ( String str ) : String |
public AddExpressions ( |
||
exprArrayList | ||
checkForDuplicates | bool | |
리턴 | void |
public AddExpressions ( String str, bool checkForDuplicates, bool needFullPath ) : void | ||
str | String | |
checkForDuplicates | bool | |
needFullPath | bool | |
리턴 | void |
protected AddSingleExpressionNoDuplicates ( String expression ) : void | ||
expression | String | |
리턴 | void |
public Intersect ( |
||
ses | ||
리턴 |
public IsSubsetOf ( |
||
ses | ||
리턴 | bool |
public IsSubsetOfPathDiscovery ( |
||
ses | ||
리턴 | bool |
protected ProcessSingleString ( String str ) : String | ||
str | String | |
리턴 | String |
protected ProcessWholeString ( String str ) : String | ||
str | String | |
리턴 | String |
public SetThrowOnRelative ( bool throwOnRelative ) : void | ||
throwOnRelative | bool | |
리턴 | void |
public StringExpressionSet ( String str ) : System.Text | ||
str | String | |
리턴 | System.Text |
public StringExpressionSet ( bool ignoreCase, String str, bool throwOnRelative ) : System.Text | ||
ignoreCase | bool | |
str | String | |
throwOnRelative | bool | |
리턴 | System.Text |
public StringExpressionSet ( bool ignoreCase, bool throwOnRelative ) : System.Text | ||
ignoreCase | bool | |
throwOnRelative | bool | |
리턴 | System.Text |
protected StringSubsetString ( String left, String right, bool ignoreCase ) : bool | ||
left | String | |
right | String | |
ignoreCase | bool | |
리턴 | bool |
protected StringSubsetStringExpression ( String left, StringExpressionSet right, bool ignoreCase ) : bool | ||
left | String | |
right | StringExpressionSet | |
ignoreCase | bool | |
리턴 | bool |
protected static StringSubsetStringExpressionPathDiscovery ( String left, StringExpressionSet right, bool ignoreCase ) : bool | ||
left | String | |
right | StringExpressionSet | |
ignoreCase | bool | |
리턴 | bool |
protected static StringSubsetStringPathDiscovery ( String left, String right, bool ignoreCase ) : bool | ||
left | String | |
right | String | |
ignoreCase | bool | |
리턴 | bool |
public Union ( StringExpressionSet ses ) : StringExpressionSet | ||
ses | StringExpressionSet | |
리턴 | StringExpressionSet |
protected static char m_alternateDirectorySeparator | ||
리턴 | char |