org.fusesource.scalate.tool.commands

Create

class Create extends Action

The 'scalate create' sub command.

Annotations
@Command()
Linear Supertypes
Action, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Create
  2. Action
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Create()

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. var archetype: String

  5. var archetypeArtifactId: String

  6. var archetypeGroupId: String

  7. def archetypeNameArray: Array[String]

    Annotations
    @CompleterValues()
  8. def archetypeNames: String

  9. val archetypes: Map[String, String]

  10. var artifactId: String

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. val binarySuffixes: List[String]

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def execute(session: CommandSession): Integer

    Definition Classes
    Create → Action
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. var groupId: String

  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. var homeDir: String

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. var name: String

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. var outputDir: String

  28. var packageName: String

  29. def replaceVariable(text: String, name: String, value: String): String

    Attributes
    protected
  30. val sourcePathRegexPattern: Pattern

    Attributes
    protected
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. def transformContents(fileContents: String): String

    Attributes
    protected
  34. val userDir: String

  35. var verbose: Boolean

  36. var version: String

  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. val webInfResources: String

    Attributes
    protected
  41. val zipEntryPrefix: String

Inherited from Action

Inherited from AnyRef

Inherited from Any

Ungrouped