Object

com.malliina.appbundler

AppBundler

Related Doc: package appbundler

Permalink

object AppBundler

Port of Oracle's AppBundlerTask.java.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AppBundler
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Copier extends IncludeExcludeVisitor

    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. val BUFFER_SIZE: Int

    Permalink
  5. val DEFAULT_ICON_NAME: String

    Permalink
  6. val OS_TYPE_CODE: String

    Permalink
  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def copy(source: Path, dest: Path): Unit

    Permalink
  10. def copy(url: URL, dest: Path): Unit

    Permalink
  11. def copyClassPath(jars: Seq[Path], dest: Path): Unit

    Permalink
  12. def copyExecutable(dest: Path): Boolean

    Permalink
  13. def copyFileOrResource(file: Option[Path], orElseResource: String, dest: Path): Unit

    Permalink

    Copies file to dest if defined, otherwise copies the resource at orElseResource to dest.

    Copies file to dest if defined, otherwise copies the resource at orElseResource to dest.

    file

    optional file

    orElseResource

    fallback resource

    dest

    destination file

  14. def copyResource(resName: String, dest: Path): Unit

    Permalink
  15. def copyResourceSameName(resName: String, destDir: Path): Unit

    Permalink
  16. def copyRuntime(javaHome: Path, plugInsDir: Path): Path

    Permalink

    javaHome

    the source: something like /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home

    plugInsDir

    destination

  17. def createBundle(infoPlistConf: InfoPlistConf, dest: Path): Path

    Permalink

    Builds a .app package in the output directory.

    Builds a .app package in the output directory.

    infoPlistConf

    app conf

    dest

    root dest path

    returns

    path to DisplayName.app

  18. def delete(file: Path): Unit

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  21. val excludePaths: Seq[Path]

    Permalink
  22. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. val includePaths: Seq[Path]

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  30. def obtainResource[T](resource: String, getter: (ClassLoader) ⇒ (String) ⇒ T): T

    Permalink
  31. def resolveJavaDirectory(javaHome: Path): Path

    Permalink

    Converts javaHome to a jdk/Contents/Home path.

    Converts javaHome to a jdk/Contents/Home path.

    Parameter javaHome may be any of the following: a) a script that returns the directory, like /usr/libexec/java_home b) a jdk8 dir c) a jdk8/Contents/Home dir

    javaHome

    a valid java home path, or javaHome

  32. def resource(resource: String): URL

    Permalink
  33. val runtimeExcludes: Seq[String]

    Permalink
  34. val runtimeIncludes: Seq[String]

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def toPath(p: String): Path

    Permalink
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. def using[T <: AutoCloseable, U](resource: T)(op: (T) ⇒ U): U

    Permalink
  39. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def writePkgInfo(signature: String, dest: Path): Unit

    Permalink
  43. def writerTo(filename: Path)(op: (PrintWriter) ⇒ Unit): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped