|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.sp.jedit.SplitConfigParser
public class SplitConfigParser
Constructor Summary | |
---|---|
SplitConfigParser(java.lang.String splitConfig)
|
Method Summary | |
---|---|
java.lang.String |
parse()
Parses the given split configuration string and removes splits, file names, and remote file names bases on the settings for this parser. |
void |
setIncludeFiles(boolean b)
|
void |
setIncludeRemoteFiles(boolean b)
|
void |
setIncludeSplits(boolean b)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplitConfigParser(java.lang.String splitConfig)
splitConfig
- The string to parse and adjust.Method Detail |
---|
public void setIncludeSplits(boolean b)
b
- If true, retain any splits in the split configuration.public void setIncludeFiles(boolean b)
b
- If true, retain any file names found in the split configuration.public void setIncludeRemoteFiles(boolean b)
b
- If true, and if include files is true, then retain any remote file
names found in the split configuration.public java.lang.String parse()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |