Package 

Enum Source

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

    
    public enum Source
     extends Enum 
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Companion
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AUTO Create instances from most recent backup (local or remote) or fallback to creating from the scratch if there is no backup available.
      SCRATCH Force creating instances from the scratch.
      BACKUP_ANY Force using backup from any source.
      BACKUP_REMOTE Force using backup available at remote source (available by using 'localInstance.backup.downloadUrl' or 'localInstance.backup.uploadUrl').
      BACKUP_LOCAL Force using local backup (created by task 'instanceBackup').
    • Method Summary

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

        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