A C D E G I L M R S T U V W 
All Classes All Packages

A

addVersion - Variable in class tk.rpjosh.installer.InstallConfig
 
authPassword - Variable in class tk.rpjosh.installer.InstallConfig
 
authUsername - Variable in class tk.rpjosh.installer.InstallConfig
 

C

createConfigDirs(ArrayList<String>) - Method in class tk.rpjosh.installer.InstallConfig
Creates the given directory in the configuration directory
createIconForDeletion - Variable in class tk.rpjosh.installer.InstallConfig
 
createPathEntry() - Method in class tk.rpjosh.installer.InstallConfig
[Windows] creates a entry in the path variable for the program TODO: create Launcher wie unter Linux
createPathVariable - Variable in class tk.rpjosh.installer.InstallConfig
 
createProgramDirs(ArrayList<String>) - Method in class tk.rpjosh.installer.InstallConfig
Creates the given directory in the application directory
createServiceUnitFile(boolean, String, String, Integer, Integer, String, String, String, String, String, List<String>, List<String>, List<String>, Integer, String, List<String>, String, String, Integer) - Method in class tk.rpjosh.installer.InstallConfig
[Linux] Creates a unit file for systemd.
createUnitFile - Variable in class tk.rpjosh.installer.InstallConfig
 
createUnitFile() - Method in class tk.rpjosh.installer.Installer
[Linux] Creates a systemd unit file

D

desktopCategories - Variable in class tk.rpjosh.installer.InstallConfig
 
desktopKeywords - Variable in class tk.rpjosh.installer.InstallConfig
 
downloadURL - Variable in class tk.rpjosh.installer.InstallConfig
 

E

error - Variable in class tk.rpjosh.installer.Installer
 

G

getApplicationDir() - Method in class tk.rpjosh.installer.InstallConfig
Returns the main directory of the application.
getApplicationNameLong() - Method in class tk.rpjosh.installer.InstallConfig
 
getApplicationNameShort() - Method in class tk.rpjosh.installer.InstallConfig
 
getCompany() - Method in class tk.rpjosh.installer.InstallConfig
 
getConfigDir() - Method in class tk.rpjosh.installer.InstallConfig
Returns the configuration directory of the application: /home/user/.config/ or C:\Users\User\AppData\ If the path isn't existing, it will be created
getCreateDesktopEntry() - Method in class tk.rpjosh.installer.InstallConfig
 
getData() - Method in class tk.rpjosh.installer.InstallConfig
 
getDebug() - Method in class tk.rpjosh.installer.InstallConfig
 
getDesktopDir() - Method in class tk.rpjosh.installer.InstallConfig
Returns the path of the desktop
getDesktopLinuxPNG() - Method in class tk.rpjosh.installer.InstallConfig
 
getDesktopWindowsICO() - Method in class tk.rpjosh.installer.InstallConfig
 
getEstimatedSize() - Method in class tk.rpjosh.installer.InstallConfig
[Windows] Returns the setted estimates size of the program
getExecutableName() - Static method in class tk.rpjosh.installer.RunInConsole
 
getFontsToInstall() - Method in class tk.rpjosh.installer.InstallConfig
 
getIsPortable() - Method in class tk.rpjosh.installer.InstallConfig
 
getIsUser() - Method in class tk.rpjosh.installer.InstallConfig
 
getLocationOfJarFile() - Method in class tk.rpjosh.installer.InstallConfig
Returns the path to the actual jar file
getMaxHeapSize() - Method in class tk.rpjosh.installer.InstallConfig
 
getOffline() - Method in class tk.rpjosh.installer.InstallConfig
 
getOsType() - Static method in class tk.rpjosh.installer.InstallConfig
 
getPortableDir() - Method in class tk.rpjosh.installer.InstallConfig
Returns the main directory of the portable installation
getQuiet() - Method in class tk.rpjosh.installer.InstallConfig
 
getResource(String, String) - Method in class tk.rpjosh.installer.InstallConfig
Extracts a file from the jar file and copy it to the given path
getResource(String, String, boolean) - Method in class tk.rpjosh.installer.InstallConfig
Extracts a file from the jar file and copy it to the given path
getResponseCode() - Method in class tk.rpjosh.installer.Installer
Returns if the installation was successful (0 = successful, <0 = error)
getRunInBackgroundByDefault() - Method in class tk.rpjosh.installer.InstallConfig
 
getVersion() - Method in class tk.rpjosh.installer.InstallConfig
 
getVersionOfProgramm() - Method in class tk.rpjosh.installer.Installer
Gibt die zu herunterladende Version des Programms aus

I

iconForDeletionPath - Variable in class tk.rpjosh.installer.InstallConfig
 
initApplicationDir() - Method in class tk.rpjosh.installer.InstallConfig
 
installAliasName - Variable in class tk.rpjosh.installer.InstallConfig
 
InstallConfig - Class in tk.rpjosh.installer
 
InstallConfig(String, String, String, String) - Constructor for class tk.rpjosh.installer.InstallConfig
Creates a configuration object for the installation with all the necessary informations
InstallConfig.OSType - Enum in tk.rpjosh.installer
 
installDesktopEntry(String, String, String) - Method in class tk.rpjosh.installer.InstallConfig
Creates a desktop entry during the installation
Installer - Class in tk.rpjosh.installer
 
Installer(InstallConfig) - Constructor for class tk.rpjosh.installer.Installer
 
installProgramm(String[]) - Method in class tk.rpjosh.installer.Installer
Starts the installation of the program
installWantedBy - Variable in class tk.rpjosh.installer.InstallConfig
 
isInstallationStarted - Variable in class tk.rpjosh.installer.InstallConfig
 

L

Library - Class in tk.rpjosh.installer
 
Library() - Constructor for class tk.rpjosh.installer.Library
 
LINUX - tk.rpjosh.installer.InstallConfig.OSType
 

M

MACOS - tk.rpjosh.installer.InstallConfig.OSType
 

R

RunInConsole - Class in tk.rpjosh.installer
 
RunInConsole() - Constructor for class tk.rpjosh.installer.RunInConsole
 

S

serviceEnvironment - Variable in class tk.rpjosh.installer.InstallConfig
 
serviceExecStart - Variable in class tk.rpjosh.installer.InstallConfig
 
serviceExecStartPost - Variable in class tk.rpjosh.installer.InstallConfig
 
serviceExecStartPre - Variable in class tk.rpjosh.installer.InstallConfig
 
serviceExecStop - Variable in class tk.rpjosh.installer.InstallConfig
 
serviceGroup - Variable in class tk.rpjosh.installer.InstallConfig
 
serviceRestart - Variable in class tk.rpjosh.installer.InstallConfig
 
serviceRestartSec - Variable in class tk.rpjosh.installer.InstallConfig
 
serviceTimeout - Variable in class tk.rpjosh.installer.InstallConfig
 
serviceType - Variable in class tk.rpjosh.installer.InstallConfig
 
serviceUser - Variable in class tk.rpjosh.installer.InstallConfig
 
serviceWorkingDir - Variable in class tk.rpjosh.installer.InstallConfig
 
setDebug(boolean) - Method in class tk.rpjosh.installer.InstallConfig
When the debug mode is enabled, all error messages will be printed out exactly
setDesktopCategories(String) - Method in class tk.rpjosh.installer.InstallConfig
[Linux] Sets the categories in which the applications should be present in the menus (desktop entry)
setDesktopKeywords(String) - Method in class tk.rpjosh.installer.InstallConfig
[Linux] Sets the keywords for the application (desktop entry)
setDownloadOfflinePath(String) - Method in class tk.rpjosh.installer.InstallConfig
Installs the executable from the local file systems instead of downloading the file
setDownloadURLForProgramm(String, char[], char[]) - Method in class tk.rpjosh.installer.InstallConfig
Sets the URL of the file to be installed.
setDownloadURLForProgramm(String, char[], char[], String) - Method in class tk.rpjosh.installer.InstallConfig
Sets the URL of the file to be installed.
setEstimatedSize(double) - Method in class tk.rpjosh.installer.InstallConfig
[Windows] The estimated size of the whole application which should been displayed to the user
setFontsToInstall(Map<String, String>) - Method in class tk.rpjosh.installer.InstallConfig
The given fonts will be installed (the fonts has to be in the format .ttf)
setIconForWindowsUninstaller(String) - Method in class tk.rpjosh.installer.InstallConfig
[Windows] Icon for the removal of the application.
setLocationOfJarFile(String) - Method in class tk.rpjosh.installer.InstallConfig
Sets the path to the jar runtime path -> overwrite for the portable installation
setMaxHeapSize(int) - Method in class tk.rpjosh.installer.InstallConfig
Sets the maximum heap size the JVM may consume (-Xmx)
setPortable(String) - Method in class tk.rpjosh.installer.InstallConfig
Installs the program portable
setQuiet(boolean) - Method in class tk.rpjosh.installer.InstallConfig
If the installation should be executed in the background -> no command prompt will appear and prompts will be ignored
setRunInBackgroundByDefault(boolean) - Method in class tk.rpjosh.installer.InstallConfig
When the application is launched from the command line, the program will be launched in the foreground normally.
setUserInstallation() - Method in class tk.rpjosh.installer.InstallConfig
[Windows] Installs the program only for the actual user -> administrator rights aren't necessary
someLibraryMethod() - Method in class tk.rpjosh.installer.Library
 
start(boolean) - Static method in class tk.rpjosh.installer.RunInConsole
Öffnet das Programm in der Konsole, falls dieses noch nicht in solch einer ausgeführt wird
start(String[], boolean) - Static method in class tk.rpjosh.installer.RunInConsole
Öffnet das Programm in der Konsole, falls dieses noch nicht in solch einer ausgeführt wird
start(String[], boolean, boolean, boolean) - Static method in class tk.rpjosh.installer.RunInConsole
Öffnet das Programm in der Konsole
startAtBoot - Variable in class tk.rpjosh.installer.InstallConfig
 

T

tk.rpjosh.installer - package tk.rpjosh.installer
 

U

UNDETERMINED - tk.rpjosh.installer.InstallConfig.OSType
 
unitAfter - Variable in class tk.rpjosh.installer.InstallConfig
 
unitDescription - Variable in class tk.rpjosh.installer.InstallConfig
 
unitStartLimitBurst - Variable in class tk.rpjosh.installer.InstallConfig
 
unitStartLimitInterval - Variable in class tk.rpjosh.installer.InstallConfig
 
urlEnding - Variable in class tk.rpjosh.installer.InstallConfig
 

V

valueOf(String) - Static method in enum tk.rpjosh.installer.InstallConfig.OSType
Returns the enum constant of this type with the specified name.
values() - Static method in enum tk.rpjosh.installer.InstallConfig.OSType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WINDOWS - tk.rpjosh.installer.InstallConfig.OSType
 
A C D E G I L M R S T U V W 
All Classes All Packages