Package 

Enum BackupType

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum BackupType
     extends Enum 
                        
    Indicates backup file source.
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      LOCAL File located at local file system (created by instance backup task).
      REMOTE File downloaded from remote server (via file transfer).
    • Method Summary

      Modifier and Type Method Description
      final String getDirName()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class com.cognifide.gradle.aem.common.instance.local.BackupType

        compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait