JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
G
H
I
J
M
O
P
R
S
T
U
V
Z
A
ArchiveUtils
- Class in
com.badlogicgames.packr
Utility functions for working with archives.
ArchiveUtils.ArchiveType
- Enum in
com.badlogicgames.packr
Archive types available for creation.
B
bundleIdentifier()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
bundleIdentifier
- Variable in class com.badlogicgames.packr.
PackrConfig
C
cacheJre()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
cacheJre
- Variable in class com.badlogicgames.packr.
PackrConfig
classpath()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
classpath
- Variable in class com.badlogicgames.packr.
PackrConfig
com.badlogicgames.packr
- package com.badlogicgames.packr
config()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
createArchive(ArchiveUtils.ArchiveType, Path, Path)
- Static method in class com.badlogicgames.packr.
ArchiveUtils
Creates a new archive from the contents in
directoryToArchive
.
D
DEFAULT_DIRECTORY_MODE
- Static variable in class com.badlogicgames.packr.
ArchiveUtils
DEFAULT_FILE_MODE
- Static variable in class com.badlogicgames.packr.
ArchiveUtils
DEFAULT_LINK_MODE
- Static variable in class com.badlogicgames.packr.
ArchiveUtils
E
executable()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
executable
- Variable in class com.badlogicgames.packr.
PackrConfig
extractArchive(Path, Path)
- Static method in class com.badlogicgames.packr.
ArchiveUtils
Extracts an archive into
extractToDirectory
.
G
getCommonsCompressName()
- Method in enum com.badlogicgames.packr.
ArchiveUtils.ArchiveType
The archive name to use in
ArchiveStreamFactory
.
GROUP_EXECUTE_BIT_MASK
- Static variable in class com.badlogicgames.packr.
ArchiveUtils
GROUP_READ_BIT_MASK
- Static variable in class com.badlogicgames.packr.
ArchiveUtils
GROUP_WRITE_BIT_MASK
- Static variable in class com.badlogicgames.packr.
ArchiveUtils
H
help()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
I
iconResource()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
iconResource
- Variable in class com.badlogicgames.packr.
PackrConfig
isConfig()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
J
jdk()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
jdk
- Variable in class com.badlogicgames.packr.
PackrConfig
jrePath()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
jrePath
- Variable in class com.badlogicgames.packr.
PackrConfig
M
main(String[])
- Static method in class com.badlogicgames.packr.
Packr
The main CLI entrance.
main(String[])
- Static method in class com.badlogicgames.packr.
TestApp
mainClass()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
mainClass
- Variable in class com.badlogicgames.packr.
PackrConfig
minimizeJre()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
minimizeJre
- Variable in class com.badlogicgames.packr.
PackrConfig
O
OTHERS_EXECUTE_BIT_MASK
- Static variable in class com.badlogicgames.packr.
ArchiveUtils
OTHERS_READ_BIT_MASK
- Static variable in class com.badlogicgames.packr.
ArchiveUtils
OTHERS_WRITE_BIT_MASK
- Static variable in class com.badlogicgames.packr.
ArchiveUtils
outDir()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
outDir
- Variable in class com.badlogicgames.packr.
PackrConfig
OWNER_EXECUTE_BIT_MASK
- Static variable in class com.badlogicgames.packr.
ArchiveUtils
OWNER_READ_BIT_MASK
- Static variable in class com.badlogicgames.packr.
ArchiveUtils
OWNER_WRITE_BIT_MASK
- Static variable in class com.badlogicgames.packr.
ArchiveUtils
P
pack(PackrConfig)
- Method in class com.badlogicgames.packr.
Packr
Process all inputs from
config
and create an output bundle in
PackrConfig.outDir
.
Packr
- Class in
com.badlogicgames.packr
Takes a couple of parameters and a JRE and bundles them into a platform specific distributable (zip on Windows and Linux, app bundle on Mac OS X).
Packr()
- Constructor for class com.badlogicgames.packr.
Packr
PackrCommandLine
- Interface in
com.badlogicgames.packr
Packr command line interface.
PackrConfig
- Class in
com.badlogicgames.packr
The Packr configuration can be read from command line, read from a JSON config file, or created from Java code directly.
PackrConfig()
- Constructor for class com.badlogicgames.packr.
PackrConfig
PackrConfig(PackrConfig.Platform, String, String, List<String>, String, File)
- Constructor for class com.badlogicgames.packr.
PackrConfig
PackrConfig(PackrCommandLine)
- Constructor for class com.badlogicgames.packr.
PackrConfig
PackrConfig.Platform
- Enum in
com.badlogicgames.packr
platform()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
platform
- Variable in class com.badlogicgames.packr.
PackrConfig
platformLibsOutDir()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
platformLibsOutDir
- Variable in class com.badlogicgames.packr.
PackrConfig
R
removePlatformLibs()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
removePlatformLibs
- Variable in class com.badlogicgames.packr.
PackrConfig
resources()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
resources
- Variable in class com.badlogicgames.packr.
PackrConfig
S
setRemovePlatformLibsFileFilter(Predicate<File>)
- Method in class com.badlogicgames.packr.
Packr
Install application-side file filter to specify which (additional) files can be deleted during the removePlatformLibs phase.
T
TestApp
- Class in
com.badlogicgames.packr
TestApp()
- Constructor for class com.badlogicgames.packr.
TestApp
U
useZgcIfSupportedOs()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
useZgcIfSupportedOs
- Variable in class com.badlogicgames.packr.
PackrConfig
V
valueOf(String)
- Static method in enum com.badlogicgames.packr.
ArchiveUtils.ArchiveType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum com.badlogicgames.packr.
PackrConfig.Platform
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.badlogicgames.packr.
ArchiveUtils.ArchiveType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum com.badlogicgames.packr.
PackrConfig.Platform
Returns an array containing the constants of this enum type, in the order they are declared.
verbose()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
verbose
- Variable in class com.badlogicgames.packr.
PackrConfig
vmArgs()
- Method in interface com.badlogicgames.packr.
PackrCommandLine
vmArgs
- Variable in class com.badlogicgames.packr.
PackrConfig
Z
ZIP_LINK_FLAG
- Static variable in class com.badlogicgames.packr.
ArchiveUtils
A
B
C
D
E
G
H
I
J
M
O
P
R
S
T
U
V
Z
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes