Index

A B C D E F G I L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values

A

AppHelper - Class in org.refcodes.archetype
The AppHelper is a stripped down CliHelper intended to be used by GUI applications which must(!)
AppHelper(String[], Character, String, Constituent, SyntaxMetrics, String, String, String, String, String, Collection<Example>, URL, InputStream, File, String, ConfigLocator, Class<?>, char[], boolean, String, Font, char[], Character, TextBoxGrid, String, Integer, Integer, Boolean, String, String, String, String, String, String, String, String, Consumer<Integer>, PrintStream, PrintStream, RuntimeLogger) - Constructor for class org.refcodes.archetype.AppHelper
AppHelper.Builder - Class in org.refcodes.archetype
args - Variable in class org.refcodes.archetype.AppHelper.Builder
 
argsSyntax - Variable in class org.refcodes.archetype.AppHelper.Builder
 
argumentEscCode - Variable in class org.refcodes.archetype.AppHelper.Builder
 

B

bannerBorderEscCode - Variable in class org.refcodes.archetype.AppHelper.Builder
 
bannerEscCode - Variable in class org.refcodes.archetype.AppHelper.Builder
 
bannerFont - Variable in class org.refcodes.archetype.AppHelper.Builder
 
bannerFontPalette - Variable in class org.refcodes.archetype.AppHelper.Builder
 
build() - Method in class org.refcodes.archetype.AppHelper.Builder
Creates a new instance to be constructed by this builder.
build() - Method in class org.refcodes.archetype.C2Helper.Builder
Creates a new C2Helper using the configured properties.
build() - Method in class org.refcodes.archetype.CliHelper.Builder
Creates a new instance to be constructed by this builder.
build() - Method in class org.refcodes.archetype.CtxHelper.Builder
Creates a new instance to be constructed by this builder.
builder() - Static method in class org.refcodes.archetype.AppHelper
Creates builder to build AppHelper.
builder() - Static method in class org.refcodes.archetype.C2Helper
Creates builder to build C2Helper.
builder() - Static method in class org.refcodes.archetype.CliHelper
Creates builder to build CliHelper.
builder() - Static method in class org.refcodes.archetype.CtxHelper
Creates builder to build CtxHelper.
Builder() - Constructor for class org.refcodes.archetype.AppHelper.Builder
 
Builder() - Constructor for class org.refcodes.archetype.CliHelper.Builder
 
Builder() - Constructor for class org.refcodes.archetype.CtxHelper.Builder
 

C

C2Helper - Class in org.refcodes.archetype
The C2Helper provides means to manage launching and connecting to a C2 server.
C2Helper(String, Class<?>, boolean, boolean, RuntimeLogger) - Constructor for class org.refcodes.archetype.C2Helper
Instantiates a new C2 helper.
C2Helper.Builder - Class in org.refcodes.archetype
AbstractBuilderCli to build C2Helper instances.
CliHelper - Class in org.refcodes.archetype
The CliHelper provides means to support CLI command line argument parsing.E.g. using the CliHelper you easily can create configuration files ("--init" or "--init path/to/your/config") from a template (found in "src/main/resources"), print a help text ("--help"), show system information ("--sysinfo") for support issues, regard being more verbose ("--verbose") or more quiet ("--quiet"), load a configuration from a specific location ("--config path/to/your/config"), all given that your command line syntax given uses the according predefined args syntax Constituent elements such as HelpFlag, VerboseFlag, QuietFlag, InitFlag, SysInfoFlag, DebugFlag or ConfigOption (and the like).
CliHelper(String[], Character, String, Constituent, SyntaxMetrics, String, String, String, String, String, Collection<Example>, URL, InputStream, File, String, ConfigLocator, Class<?>, char[], boolean, String, Font, char[], Character, TextBoxGrid, String, Integer, Integer, Boolean, String, String, String, String, String, String, String, String, Consumer<Integer>, PrintStream, PrintStream, RuntimeLogger) - Constructor for class org.refcodes.archetype.CliHelper
Creates a new CliHelper with all the properties mainly regarded to the ApplicationProperties used under the hood (for ease of use please use the AbstractBuilderCli be calling the CliHelper.builder() method).
CliHelper.Builder - Class in org.refcodes.archetype
commandEscCode - Variable in class org.refcodes.archetype.AppHelper.Builder
 
configLocator - Variable in class org.refcodes.archetype.AppHelper.Builder
 
consoleWidth - Variable in class org.refcodes.archetype.AppHelper.Builder
 
copyright - Variable in class org.refcodes.archetype.AppHelper.Builder
 
createResourceFile(String, File) - Method in class org.refcodes.archetype.CliHelper
createResourceFile(String, File) - Method in class org.refcodes.archetype.CtxHelper
createResourceFile(String, String) - Method in class org.refcodes.archetype.CliHelper
createResourceFile(String, String) - Method in class org.refcodes.archetype.CtxHelper
CtxHelper - Class in org.refcodes.archetype
The CtxHelper enables harnessing the ApplicationProperties alongside the ApplicationProperties profile support (as of ProfileProperties.getRuntimeProfiles()) by automatically placing an accordingly configured ApplicationProperties instance into the container and enabling it for injection.
CtxHelper() - Constructor for class org.refcodes.archetype.CtxHelper
CtxHelper(File) - Constructor for class org.refcodes.archetype.CtxHelper
CtxHelper(File, String[]) - Constructor for class org.refcodes.archetype.CtxHelper
CtxHelper(File, ConfigLocator) - Constructor for class org.refcodes.archetype.CtxHelper
CtxHelper(File, ConfigLocator, String[]) - Constructor for class org.refcodes.archetype.CtxHelper
CtxHelper(InputStream) - Constructor for class org.refcodes.archetype.CtxHelper
CtxHelper(InputStream, String[]) - Constructor for class org.refcodes.archetype.CtxHelper
CtxHelper(String) - Constructor for class org.refcodes.archetype.CtxHelper
CtxHelper(String[], Character, String, Constituent, SyntaxMetrics, String, String, String, String, String, Collection<Example>, URL, InputStream, File, String, ConfigLocator, Class<?>, char[], boolean, String, Font, char[], Character, TextBoxGrid, String, Integer, Integer, Boolean, String, String, String, String, String, String, String, String, Consumer<Integer>, PrintStream, PrintStream, RuntimeLogger) - Constructor for class org.refcodes.archetype.CtxHelper
Creates a new CtxHelper with all the properties mainly regarded to the ApplicationProperties used under the hood (for ease of use please use the AbstractBuilderCli be calling the CtxHelper.builder() method).
CtxHelper(String, String[]) - Constructor for class org.refcodes.archetype.CtxHelper
CtxHelper(String, ConfigLocator) - Constructor for class org.refcodes.archetype.CtxHelper
CtxHelper(String, ConfigLocator, String[]) - Constructor for class org.refcodes.archetype.CtxHelper
CtxHelper(URL) - Constructor for class org.refcodes.archetype.CtxHelper
CtxHelper(URL, String[]) - Constructor for class org.refcodes.archetype.CtxHelper
CtxHelper.Builder - Class in org.refcodes.archetype

D

DEFAULT_PASSWORD_PROMPT - Static variable in class org.refcodes.archetype.CliHelper
 
deleteLockFile(boolean) - Method in class org.refcodes.archetype.C2Helper
Manually deletes the lockfile in case an orphaned lockfile is in the way.
delimiters - Variable in class org.refcodes.archetype.AppHelper.Builder
 
description - Variable in class org.refcodes.archetype.AppHelper.Builder
 
descriptionEscCode - Variable in class org.refcodes.archetype.AppHelper.Builder
 

E

errorOut - Variable in class org.refcodes.archetype.AppHelper.Builder
 
escCodesEnabled - Variable in class org.refcodes.archetype.AppHelper.Builder
 
examples - Variable in class org.refcodes.archetype.AppHelper.Builder
 
exit(int) - Method in class org.refcodes.archetype.CliHelper
exit(int) - Method in class org.refcodes.archetype.CtxHelper
exit(ExitCode) - Method in class org.refcodes.archetype.CliHelper
exit(ExitCode) - Method in class org.refcodes.archetype.CtxHelper
exitOnException(Throwable) - Method in class org.refcodes.archetype.CliHelper
exitOnException(Throwable) - Method in class org.refcodes.archetype.CtxHelper

F

file - Variable in class org.refcodes.archetype.AppHelper.Builder
 
filePath - Variable in class org.refcodes.archetype.AppHelper.Builder
 

G

getApplicationProperties() - Method in class org.refcodes.archetype.CliHelper
getApplicationProperties() - Method in class org.refcodes.archetype.CtxHelper
Gets the runtime properties.
getInstanceAlias() - Method in class org.refcodes.archetype.C2Helper
Returns the instance alias assigned to this C2Helper instance.
getLockFileName() - Method in class org.refcodes.archetype.C2Helper
Gets the lock file name.

I

inputStream - Variable in class org.refcodes.archetype.AppHelper.Builder
 
isVerbose() - Method in class org.refcodes.archetype.CliHelper
isVerbose() - Method in class org.refcodes.archetype.CtxHelper

L

license - Variable in class org.refcodes.archetype.AppHelper.Builder
 
lineBreak - Variable in class org.refcodes.archetype.AppHelper.Builder
 
lineSeparatorEscCode - Variable in class org.refcodes.archetype.AppHelper.Builder
 
logger - Variable in class org.refcodes.archetype.AppHelper.Builder
 
longOptionPrefix - Variable in class org.refcodes.archetype.AppHelper.Builder
 

M

maxConsoleWidth - Variable in class org.refcodes.archetype.AppHelper.Builder
 

N

name - Variable in class org.refcodes.archetype.AppHelper.Builder
 

O

optionEscCode - Variable in class org.refcodes.archetype.AppHelper.Builder
 
org.refcodes.archetype - module org.refcodes.archetype
 
org.refcodes.archetype - package org.refcodes.archetype
This artifact provides base functionality such as the CliHelper as well as the C2Helper required by some of the refcodes-archetype-alt archetypes.

P

passwordPrompt - Variable in class org.refcodes.archetype.AppHelper.Builder
 
printBanner() - Method in class org.refcodes.archetype.AppHelper
Prints the application's banner to the console.
printBanner() - Method in class org.refcodes.archetype.CliHelper
Prints the application's banner to the console.
printException(Throwable) - Method in class org.refcodes.archetype.CliHelper
printException(Throwable) - Method in class org.refcodes.archetype.CtxHelper
printHelp() - Method in class org.refcodes.archetype.AppHelper
Prints the application's help to the console.
printHelp() - Method in class org.refcodes.archetype.CliHelper
Prints the application's help to the console.
printSysInfo() - Method in class org.refcodes.archetype.CliHelper
printSysInfo() - Method in class org.refcodes.archetype.CtxHelper

R

readLockFile(boolean) - Method in class org.refcodes.archetype.C2Helper
Reads the lockfile and returns its content as a Properties instance.
readPassword() - Method in class org.refcodes.archetype.CliHelper
readPassword() - Method in class org.refcodes.archetype.CtxHelper
readPassword(String) - Method in class org.refcodes.archetype.CliHelper
readPassword(String) - Method in class org.refcodes.archetype.CtxHelper
resetEscCode - Variable in class org.refcodes.archetype.AppHelper.Builder
 
resourceClass - Variable in class org.refcodes.archetype.AppHelper.Builder
 

S

separatorLnChar - Variable in class org.refcodes.archetype.AppHelper.Builder
 
shortOptionPrefix - Variable in class org.refcodes.archetype.AppHelper.Builder
 
shutDownHook - Variable in class org.refcodes.archetype.AppHelper.Builder
 
standardOut - Variable in class org.refcodes.archetype.AppHelper.Builder
 
syntaxMetrics - Variable in class org.refcodes.archetype.AppHelper.Builder
 

T

textBoxGrid - Variable in class org.refcodes.archetype.AppHelper.Builder
 
title - Variable in class org.refcodes.archetype.AppHelper.Builder
 
toOptions(Option<?>) - Method in class org.refcodes.archetype.CliHelper
toOptions(Option<?>) - Method in class org.refcodes.archetype.CtxHelper

U

url - Variable in class org.refcodes.archetype.AppHelper.Builder
 

V

verboseFallback - Variable in class org.refcodes.archetype.AppHelper.Builder
 

W

withAddExample(String, Operand<?>...) - Method in class org.refcodes.archetype.CtxHelper.Builder
withAddExample(String, Operand<?>...) - Method in class org.refcodes.archetype.AppHelper.Builder
withAddExample(Example) - Method in class org.refcodes.archetype.CtxHelper.Builder
withAddExample(Example) - Method in class org.refcodes.archetype.AppHelper.Builder
withArgs(String[]) - Method in class org.refcodes.archetype.CtxHelper.Builder
withArgs(String[]) - Method in class org.refcodes.archetype.AppHelper.Builder
withArgs(String[], Pattern) - Method in class org.refcodes.archetype.CtxHelper.Builder
withArgs(String[], Pattern) - Method in class org.refcodes.archetype.AppHelper.Builder
withArgs(String[], ArgsFilter) - Method in class org.refcodes.archetype.CtxHelper.Builder
withArgs(String[], ArgsFilter) - Method in class org.refcodes.archetype.AppHelper.Builder
withArgs(List<String>) - Method in class org.refcodes.archetype.CtxHelper.Builder
withArgs(List<String>) - Method in class org.refcodes.archetype.AppHelper.Builder
withArgs(List<String>, Pattern) - Method in class org.refcodes.archetype.CtxHelper.Builder
withArgs(List<String>, Pattern) - Method in class org.refcodes.archetype.AppHelper.Builder
withArgs(List<String>, ArgsFilter) - Method in class org.refcodes.archetype.CtxHelper.Builder
withArgs(List<String>, ArgsFilter) - Method in class org.refcodes.archetype.AppHelper.Builder
withArgsSyntax(Constituent) - Method in class org.refcodes.archetype.CtxHelper.Builder
withArgsSyntax(Constituent) - Method in class org.refcodes.archetype.AppHelper.Builder
withArgumentEscapeCode(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withArgumentEscapeCode(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withBannerBorderEscapeCode(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withBannerBorderEscapeCode(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withBannerEscapeCode(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withBannerEscapeCode(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withBannerFont(Font) - Method in class org.refcodes.archetype.CtxHelper.Builder
withBannerFont(Font) - Method in class org.refcodes.archetype.AppHelper.Builder
withBannerFontPalette(char[]) - Method in class org.refcodes.archetype.CtxHelper.Builder
withBannerFontPalette(char[]) - Method in class org.refcodes.archetype.AppHelper.Builder
withBannerFontPalette(AsciiColorPalette) - Method in class org.refcodes.archetype.CtxHelper.Builder
withBannerFontPalette(AsciiColorPalette) - Method in class org.refcodes.archetype.AppHelper.Builder
withCommandEscapeCode(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withCommandEscapeCode(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withConfigLocator(ConfigLocator) - Method in class org.refcodes.archetype.CtxHelper.Builder
The ConfigLocator to use when locating the configuration file (defaults to ConfigLocator.DEFAULT.
withConfigLocator(ConfigLocator) - Method in class org.refcodes.archetype.AppHelper.Builder
The ConfigLocator to use when locating the configuration file (defaults to ConfigLocator.DEFAULT.
withConsoleWidth(int) - Method in class org.refcodes.archetype.CtxHelper.Builder
withConsoleWidth(int) - Method in class org.refcodes.archetype.AppHelper.Builder
withCopyright(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withCopyright(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withDescription(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withDescription(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withDescriptionEscapeCode(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withDescriptionEscapeCode(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withErrorOut(PrintStream) - Method in class org.refcodes.archetype.CtxHelper.Builder
withErrorOut(PrintStream) - Method in class org.refcodes.archetype.AppHelper.Builder
withEscapeCodesEnabled(boolean) - Method in class org.refcodes.archetype.CtxHelper.Builder
withEscapeCodesEnabled(boolean) - Method in class org.refcodes.archetype.AppHelper.Builder
withExamples(Collection<Example>) - Method in class org.refcodes.archetype.CtxHelper.Builder
withExamples(Collection<Example>) - Method in class org.refcodes.archetype.AppHelper.Builder
withExamples(Example[]) - Method in class org.refcodes.archetype.CtxHelper.Builder
withExamples(Example[]) - Method in class org.refcodes.archetype.AppHelper.Builder
withFile(File) - Method in class org.refcodes.archetype.CtxHelper.Builder
withFile(File) - Method in class org.refcodes.archetype.AppHelper.Builder
withFile(File, char...) - Method in class org.refcodes.archetype.CtxHelper.Builder
withFile(File, char...) - Method in class org.refcodes.archetype.AppHelper.Builder
withFile(File, ConfigLocator) - Method in class org.refcodes.archetype.CtxHelper.Builder
withFile(File, ConfigLocator) - Method in class org.refcodes.archetype.AppHelper.Builder
withFile(File, ConfigLocator, char...) - Method in class org.refcodes.archetype.CtxHelper.Builder
withFile(File, ConfigLocator, char...) - Method in class org.refcodes.archetype.AppHelper.Builder
withFilePath(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
The name to your default config file.
withFilePath(String) - Method in class org.refcodes.archetype.AppHelper.Builder
The name to your default config file.
withForce(boolean) - Method in class org.refcodes.archetype.C2Helper.Builder
AbstractBuilderCli method setting the application's force mode.
withInputStream(InputStream) - Method in class org.refcodes.archetype.CtxHelper.Builder
withInputStream(InputStream) - Method in class org.refcodes.archetype.AppHelper.Builder
withInputStream(InputStream, char...) - Method in class org.refcodes.archetype.CtxHelper.Builder
withInputStream(InputStream, char...) - Method in class org.refcodes.archetype.AppHelper.Builder
withInstanceAlias(String) - Method in class org.refcodes.archetype.C2Helper.Builder
AbstractBuilderCli method providing the application's instance alias.
withLicense(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withLicense(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withLineBreak(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withLineBreak(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withLineSeparatorEscapeCode(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withLineSeparatorEscapeCode(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withLogger(RuntimeLogger) - Method in class org.refcodes.archetype.CtxHelper.Builder
AbstractBuilderCli method providing the application's RuntimeLogger.
withLogger(RuntimeLogger) - Method in class org.refcodes.archetype.AppHelper.Builder
AbstractBuilderCli method providing the application's RuntimeLogger.
withLogger(RuntimeLogger) - Method in class org.refcodes.archetype.C2Helper.Builder
AbstractBuilderCli method providing the application's RuntimeLogger.
withLongOptionPrefix(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withLongOptionPrefix(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withMaxConsoleWidth(int) - Method in class org.refcodes.archetype.CtxHelper.Builder
withMaxConsoleWidth(int) - Method in class org.refcodes.archetype.AppHelper.Builder
withName(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withName(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withOptionEscapeCode(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withOptionEscapeCode(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withPasswordPrompt(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
AbstractBuilderCli method providing the application's default password prompt.
withPasswordPrompt(String) - Method in class org.refcodes.archetype.AppHelper.Builder
AbstractBuilderCli method providing the application's default password prompt.
withResetEscapeCode(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withResetEscapeCode(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withResourceClass(Class<?>) - Method in class org.refcodes.archetype.CtxHelper.Builder
AbstractBuilderCli method providing the application's Class which to use when loading resources.
withResourceClass(Class<?>) - Method in class org.refcodes.archetype.AppHelper.Builder
AbstractBuilderCli method providing the application's Class which to use when loading resources.
withResourceClass(Class<?>) - Method in class org.refcodes.archetype.C2Helper.Builder
AbstractBuilderCli method providing the Class when doing a lookup of a (module specific) resource.
withResourceClass(Class<?>, String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withResourceClass(Class<?>, String) - Method in class org.refcodes.archetype.AppHelper.Builder
withResourceClass(Class<?>, String, char...) - Method in class org.refcodes.archetype.CtxHelper.Builder
withResourceClass(Class<?>, String, char...) - Method in class org.refcodes.archetype.AppHelper.Builder
withResourceClass(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.archetype.CtxHelper.Builder
withResourceClass(Class<?>, String, ConfigLocator, char...) - Method in class org.refcodes.archetype.AppHelper.Builder
withResourceClass(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withResourceClass(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withResourceClass(String, char...) - Method in class org.refcodes.archetype.CtxHelper.Builder
withResourceClass(String, char...) - Method in class org.refcodes.archetype.AppHelper.Builder
withResourceClass(String, ConfigLocator, char...) - Method in class org.refcodes.archetype.CtxHelper.Builder
withResourceClass(String, ConfigLocator, char...) - Method in class org.refcodes.archetype.AppHelper.Builder
withSeparatorLnChar(char) - Method in class org.refcodes.archetype.CtxHelper.Builder
withSeparatorLnChar(char) - Method in class org.refcodes.archetype.AppHelper.Builder
withShortOptionPrefix(Character) - Method in class org.refcodes.archetype.CtxHelper.Builder
withShortOptionPrefix(Character) - Method in class org.refcodes.archetype.AppHelper.Builder
withShutDownHook(Consumer<Integer>) - Method in class org.refcodes.archetype.CtxHelper.Builder
AbstractBuilderCli method providing an (optional) shutdown hook: When provided, then this hook is called instead of System.exit(int) (it is up to the shutdown hook to terminate the application in the end).
withShutDownHook(Consumer<Integer>) - Method in class org.refcodes.archetype.AppHelper.Builder
AbstractBuilderCli method providing an (optional) shutdown hook: When provided, then this hook is called instead of System.exit(int) (it is up to the shutdown hook to terminate the application in the end).
withStandardOut(PrintStream) - Method in class org.refcodes.archetype.CtxHelper.Builder
withStandardOut(PrintStream) - Method in class org.refcodes.archetype.AppHelper.Builder
withSyntaxMetrics(SyntaxMetrics) - Method in class org.refcodes.archetype.CtxHelper.Builder
withSyntaxMetrics(SyntaxMetrics) - Method in class org.refcodes.archetype.AppHelper.Builder
withSyntaxMetrics(SyntaxNotation) - Method in class org.refcodes.archetype.CtxHelper.Builder
withSyntaxMetrics(SyntaxNotation) - Method in class org.refcodes.archetype.AppHelper.Builder
withTextBoxGrid(TextBoxGrid) - Method in class org.refcodes.archetype.CtxHelper.Builder
withTextBoxGrid(TextBoxGrid) - Method in class org.refcodes.archetype.AppHelper.Builder
withTextBoxGrid(TextBoxStyle) - Method in class org.refcodes.archetype.CtxHelper.Builder
withTextBoxGrid(TextBoxStyle) - Method in class org.refcodes.archetype.AppHelper.Builder
withTitle(String) - Method in class org.refcodes.archetype.CtxHelper.Builder
withTitle(String) - Method in class org.refcodes.archetype.AppHelper.Builder
withUrl(URL) - Method in class org.refcodes.archetype.CtxHelper.Builder
withUrl(URL) - Method in class org.refcodes.archetype.AppHelper.Builder
withUrl(URL, char...) - Method in class org.refcodes.archetype.CtxHelper.Builder
withUrl(URL, char...) - Method in class org.refcodes.archetype.AppHelper.Builder
withVerbose(boolean) - Method in class org.refcodes.archetype.C2Helper.Builder
AbstractBuilderCli method setting the application's verbose mode.
withVerboseFallback(boolean) - Method in class org.refcodes.archetype.CtxHelper.Builder
AbstractBuilderCli method providing the application's verbose fallback property.
withVerboseFallback(boolean) - Method in class org.refcodes.archetype.AppHelper.Builder
AbstractBuilderCli method providing the application's verbose fallback property.
writeLockFile(Properties, boolean) - Method in class org.refcodes.archetype.C2Helper
Writes the lockfile with the content of the provided Properties instance.

_

_properties - Variable in class org.refcodes.archetype.CliHelper
 
A B C D E F G I L M N O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values