public class ExportMigrationJavaPropertyReferencedEntryImpl extends ExportMigrationPropertyReferencedEntryImpl
storedMETADATA_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.
|
getPropertygetAbsolutePath, getContext, getFile, getLastModifiedTime, getName, getOutputStream, getPath, getPropertyReferencedEntry, getPropertyReferencedEntry, getReport, isDirectory, isFile, store, store, storegetId, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitstore, storegetIdpublic Path getPropertiesPath()
public int hashCode()
ExportMigrationEntryImplhashCode in class ExportMigrationPropertyReferencedEntryImplpublic boolean equals(@Nullable Object o)
ExportMigrationEntryImplequals in class ExportMigrationPropertyReferencedEntryImplo - the object to checkpublic int compareTo(@Nullable MigrationEntry me)
compareTo in interface Comparable<MigrationEntry>compareTo in class ExportMigrationPropertyReferencedEntryImplprotected void recordEntry()
ExportMigrationEntryImplrecordEntry in class ExportMigrationEntryImplprotected String toDebugString()
ExportMigrationEntryImpltoDebugString in class ExportMigrationEntryImplprotected MigrationWarning newWarning(String reason)
newWarning in class ExportMigrationEntryImplprotected MigrationException newError(String reason, Object cause)
newError in class ExportMigrationEntryImplThis work is licensed under a Creative Commons Attribution 4.0 International License.