public class FinalFlags extends Object
| Constructor and Description |
|---|
FinalFlags()
Create a new FinalFlags object to hold information about which paths are
marked as final.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public FinalFlags()
public boolean isFinal(Path path)
path - Path to checkpublic String getFinalReason(Path path)
path - Path to checkpublic void setFinal(Path path)
path - Path to mark as finalCopyright © 2014 Quattor. All Rights Reserved.