public class ExportMigrationJavaPropertyReferencedEntryImpl extends ExportMigrationPropertyReferencedEntryImpl
stored
METADATA_CHECKSUM, METADATA_FILES, METADATA_FILTERED, METADATA_FOLDER, METADATA_LAST_MODIFIED, METADATA_NAME, METADATA_PROPERTY, METADATA_REFERENCE, METADATA_SOFTLINK
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MigrationEntry me) |
boolean |
equals(Object o)
The superclass implementation is sufficient for our needs.
|
Path |
getPropertiesPath() |
int |
hashCode()
The superclass implementation is sufficient for our needs.
|
protected MigrationException |
newError(String reason,
Object cause) |
protected MigrationWarning |
newWarning(String reason) |
protected void |
recordEntry()
Called to record that this entry is being processed.
|
protected String |
toDebugString()
Gets a debug string to represent this entry.
|
getProperty
getAbsolutePath, getContext, getFile, getLastModifiedTime, getName, getOutputStream, getPath, getPropertyReferencedEntry, getPropertyReferencedEntry, getReport, isDirectory, isFile, store, store, store
getId, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
store, store
getId
public Path getPropertiesPath()
public int hashCode()
ExportMigrationEntryImpl
hashCode
in class ExportMigrationPropertyReferencedEntryImpl
public boolean equals(@Nullable Object o)
ExportMigrationEntryImpl
equals
in class ExportMigrationPropertyReferencedEntryImpl
o
- the object to checkpublic int compareTo(@Nullable MigrationEntry me)
compareTo
in interface Comparable<MigrationEntry>
compareTo
in class ExportMigrationPropertyReferencedEntryImpl
protected void recordEntry()
ExportMigrationEntryImpl
recordEntry
in class ExportMigrationEntryImpl
protected String toDebugString()
ExportMigrationEntryImpl
toDebugString
in class ExportMigrationEntryImpl
protected MigrationWarning newWarning(String reason)
newWarning
in class ExportMigrationEntryImpl
protected MigrationException newError(String reason, Object cause)
newError
in class ExportMigrationEntryImpl
This work is licensed under a Creative Commons Attribution 4.0 International License.