Class

com.salesforce.op.cli.gen.templates

SimpleProject

Related Doc: package templates

Permalink

case class SimpleProject(ops: Ops) extends ProjectGenerator with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ProjectGenerator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleProject
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ProjectGenerator
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleProject(ops: Ops)

    Permalink

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def conf: GeneratorConfig

    Permalink

    The command that generates this project template.

    The command that generates this project template.

    Definition Classes
    SimpleProjectProjectGenerator
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. def name: String

    Permalink

    Name of the project template, exposed to user.

    Name of the project template, exposed to user.

    Definition Classes
    SimpleProjectProjectGenerator
  12. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  14. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. val ops: Ops

    Permalink
  16. def props: Substitutions

    Permalink

    Generates arguments to feed into the templates.

    Generates arguments to feed into the templates.

    returns

    Arguments as FileGenerator.Substitutions

    Definition Classes
    SimpleProjectProjectGenerator
  17. def renderAll(substitutions: Substitutions, formatScala: Boolean = true): Traversable[FileInProject]

    Permalink
    Definition Classes
    ProjectGenerator
  18. def replace(f: FileInProject): FileInProject

    Permalink

    Perform any last replacements on the file.

    Perform any last replacements on the file.

    Definition Classes
    SimpleProjectProjectGenerator
  19. lazy val schema: ProblemSchema

    Permalink

    The ProblemSchema for this command to generate a project.

    The ProblemSchema for this command to generate a project. This is a lazy val so we don't prompt the user until it is actually needed.

  20. lazy val schemaFile: File

    Permalink
  21. def shouldCopy(path: String): Boolean

    Permalink

    Returns if the file should be copied instead of rendered

    Returns if the file should be copied instead of rendered

    Definition Classes
    SimpleProjectProjectGenerator
  22. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  23. def templateFile(name: String): FileGenerator

    Permalink
    Definition Classes
    ProjectGenerator
  24. lazy val templateResources: List[String]

    Permalink
    Definition Classes
    ProjectGenerator
  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def welcomeMessage: String

    Permalink

    The welcome message to be printed out to the user.

    The welcome message to be printed out to the user.

    Definition Classes
    SimpleProjectProjectGenerator

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ProjectGenerator

Inherited from AnyRef

Inherited from Any

Ungrouped