|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.quattor.pan.utils.FinalFlags
public class FinalFlags
Data structure that hold final flag information for paths in a machine configuration.
| Constructor Summary | |
|---|---|
FinalFlags()
Create a new FinalFlags object to hold information about which paths are marked as final. |
|
| Method Summary | |
|---|---|
java.lang.String |
getFinalReason(Path path)
Return a String with a message indicating why the given path is final. |
boolean |
isFinal(Path path)
Determine if the given path is marked as final. |
void |
setFinal(Path path)
Mark the given Path as being final. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FinalFlags()
| Method Detail |
|---|
public boolean isFinal(Path path)
path - Path to check
public java.lang.String getFinalReason(Path path)
path - Path to check
public void setFinal(Path path)
path - Path to mark as final
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||