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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. val BUFFER_SIZE: Int

  7. val DEFAULT_ICON_NAME: String

  8. val OS_TYPE_CODE: String

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

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

  14. def copyExecutable(dest: Path): Boolean

  15. 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

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

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

  18. 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

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

    Builds a .

    Builds a .app package in the output directory.

    infoPlistConf

    app conf

    dest

    root dest path

    returns

    path to DisplayName.app

  20. def delete(file: Path): Unit

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

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

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

  24. def finalize(): Unit

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

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

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

  28. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  32. 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

  33. val runtimeExcludes: Seq[String]

  34. val runtimeIncludes: Seq[String]

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

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

  37. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped