public class AlwaysModified extends java.lang.Object implements PersistentDependency
| Modifier and Type | Method and Description |
|---|---|
static AlwaysModified |
create() |
java.lang.String |
getJavaCreateString()
Returns a string to recreate the dependency.
|
boolean |
isModified()
Returns true if the underlying resource has changed.
|
boolean |
logModified(java.util.logging.Logger log)
Log the reason for modification
|
java.lang.String |
toString() |
public static AlwaysModified create()
public boolean isModified()
isModified in interface Dependencypublic boolean logModified(java.util.logging.Logger log)
logModified in interface Dependencypublic java.lang.String getJavaCreateString()
PersistentDependencygetJavaCreateString in interface PersistentDependencypublic java.lang.String toString()
toString in class java.lang.Object