|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientFileSetElement
The Interface for representing set of files with pathes relative to basic directory. This file set defined with list of include and exclude patterns
Method Summary | |
---|---|
java.lang.String |
getBaseDir()
Returns base directoty of the file set |
java.lang.String |
getDisplayValue()
|
java.util.List<java.lang.String> |
getExcludes()
Gets path patterns to exclude |
java.util.List<java.lang.String> |
getIncludes()
Gets path patterns to include |
boolean |
isCaseSensitive()
|
boolean |
isSaveDirStructure()
|
void |
setBaseDir(java.lang.String baseDir)
Sets base directory of the file set |
void |
setCaseSensitive(boolean caseSensitive)
Sets flag value to be used in path pattern matching |
void |
setExcludes(java.util.List<java.lang.String> excludes)
Sets path patterns to exclude |
void |
setIncludes(java.util.List<java.lang.String> includes)
Sets path patterns to include |
void |
setSaveDirStructure(boolean value)
Sets flag value to save directory structure or not |
Method Detail |
---|
java.lang.String getBaseDir()
void setBaseDir(java.lang.String baseDir)
baseDir
- The path relative to the storagejava.util.List<java.lang.String> getIncludes()
void setIncludes(java.util.List<java.lang.String> includes)
includes
- List of path patterns relative to base directoryjava.util.List<java.lang.String> getExcludes()
void setExcludes(java.util.List<java.lang.String> excludes)
excludes
- List of path patterns relative to base directoryboolean isSaveDirStructure()
void setSaveDirStructure(boolean value)
value
- boolean isCaseSensitive()
void setCaseSensitive(boolean caseSensitive)
caseSensitive
- java.lang.String getDisplayValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |