com.mle.appbundler

AppBundler

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Copier extends IncludeExcludeVisitor

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

  5. val DEFAULT_ICON_NAME: String

  6. val OS_TYPE_CODE: String

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

  12. def copyExecutable(dest: Path): Boolean

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

    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

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

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

    javaHome

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

    plugInsDir

    destination

    returns

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

    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

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

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

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

  22. def finalize(): Unit

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

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

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

  26. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  30. def resolveJavaDirectory(javaHome: Path): Path

    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

    returns

  31. val runtimeExcludes: Seq[String]

  32. val runtimeIncludes: Seq[String]

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

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

  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped