org.apache.hadoop.tools.rumen.datatypes
Class FileName.FileNameState

java.lang.Object
  extended by org.apache.hadoop.tools.rumen.datatypes.FileName.FileNameState
All Implemented Interfaces:
State
Enclosing class:
FileName

public static class FileName.FileNameState
extends Object
implements State

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

FileName.FileNameState

public FileName.FileNameState()
Method Detail

isUpdated

public boolean isUpdated()
Description copied from interface: State
Returns true if the state is updated since creation (or reload).

Specified by:
isUpdated in interface State

getDirectoryState

public WordList getDirectoryState()

getFileNameState

public WordList getFileNameState()

setDirectoryState

public void setDirectoryState(WordList state)

setFileNameState

public void setFileNameState(WordList state)

getName

public String getName()
Description copied from interface: State
Get the name of the state.

Specified by:
getName in interface State

setName

public void setName(String name)
Description copied from interface: State
Set the name of the state.

Specified by:
setName in interface State


Copyright © 2012 Apache Software Foundation. All Rights Reserved.