|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.tools.rumen.datatypes.FileName.FileNameState
public static class FileName.FileNameState
A composite state for filename.
| Constructor Summary | |
|---|---|
FileName.FileNameState()
|
|
| Method Summary | |
|---|---|
WordList |
getDirectoryState()
|
WordList |
getFileNameState()
|
String |
getName()
Get the name of the state. |
boolean |
isUpdated()
Returns true if the state is updated since creation (or reload). |
void |
setDirectoryState(WordList state)
|
void |
setFileNameState(WordList state)
|
void |
setName(String name)
Set the name of the state. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileName.FileNameState()
| Method Detail |
|---|
public boolean isUpdated()
State
isUpdated in interface Statepublic WordList getDirectoryState()
public WordList getFileNameState()
public void setDirectoryState(WordList state)
public void setFileNameState(WordList state)
public String getName()
State
getName in interface Statepublic void setName(String name)
State
setName in interface State
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||