Skip navigation links
A C D E F G L M O P R S T V W Y 

A

addGroupOptions() - Static method in class org.ff4j.cli.FF4jCliOptions
Enable a feature.
AnsiBackGroundColor - Enum in org.ff4j.cli.ansi
Foreground color in ANSI Terminal
AnsiConstants - Interface in org.ff4j.cli.ansi
Ansi Escape chars.
AnsiForegroundColor - Enum in org.ff4j.cli.ansi
Foreground color in ANSI Terminal
AnsiTerminal - Class in org.ff4j.cli.ansi
Work with terminal.
AnsiTextAttribute - Enum in org.ff4j.cli.ansi
Foreground color in ANSI Terminal

C

connectOptions() - Static method in class org.ff4j.cli.FF4jCliOptions
Options for command Line.
cyan(String) - Static method in class org.ff4j.cli.ansi.AnsiTerminal
Change text color to cyan.

D

displayBanner() - Static method in class org.ff4j.cli.FF4jCliDisplay
Start Banner.
displayConf(FF4j) - Static method in class org.ff4j.cli.FF4jCliDisplay
Configuration for a sample environnement.
displayEnvironments(Map<String, FF4j>) - Static method in class org.ff4j.cli.FF4jCliDisplay
Display a table of available environments.
displayFeatures(Map<String, Feature>) - Static method in class org.ff4j.cli.FF4jCliDisplay
Command line uptime
displayHelpConnected() - Static method in class org.ff4j.cli.FF4jCliDisplay
Help when an environnement is selected.
displayHelpNotConnected() - Static method in class org.ff4j.cli.FF4jCliDisplay
Help when no environnement is selected.
displayPrompt(String) - Static method in class org.ff4j.cli.FF4jCliDisplay
Display prompt like "ff4j@DEV>".
displayProperties(Map<String, Property<?>>) - Static method in class org.ff4j.cli.FF4jCliDisplay
Command line uptime

E

enableFeatureOptions() - Static method in class org.ff4j.cli.FF4jCliOptions
Enable a feature.
enableGroupOptions() - Static method in class org.ff4j.cli.FF4jCliOptions
Enable a feature.
evaluate(String) - Method in class org.ff4j.cli.FF4jCliProcessor
Command are not the same if you have selected an environnement or not.

F

FF4jCliDisplay - Class in org.ff4j.cli
Render all component for the FF4J commands.
FF4jCliOptions - Class in org.ff4j.cli
Command line options.
FF4jCliProcessor - Class in org.ff4j.cli
Command processor.
FF4jCliProcessor(String) - Constructor for class org.ff4j.cli.FF4jCliProcessor
Sample Processor.
foreGroundColor(AnsiForegroundColor) - Static method in class org.ff4j.cli.ansi.AnsiTerminal
Change text color

G

getCode() - Method in enum org.ff4j.cli.ansi.AnsiBackGroundColor
Getter accessor for attribute 'code'.
getCode() - Method in enum org.ff4j.cli.ansi.AnsiForegroundColor
Getter accessor for attribute 'code'.
getCode() - Method in enum org.ff4j.cli.ansi.AnsiTextAttribute
Getter accessor for attribute 'code'.
getCurrentEnv() - Method in class org.ff4j.cli.FF4jCliProcessor
 
getCurrentFF4J() - Method in class org.ff4j.cli.FF4jCliProcessor
 
getCurrentOS() - Static method in class org.ff4j.cli.util.OSUtil
Retrieve OS.
getName() - Method in enum org.ff4j.cli.util.OSSupported
Getter accessor for attribute 'name'.
grantOptions() - Static method in class org.ff4j.cli.FF4jCliOptions
Enable a feature.
green(String) - Static method in class org.ff4j.cli.ansi.AnsiTerminal
Change text color to green.

L

logError(String) - Static method in class org.ff4j.cli.ansi.AnsiTerminal
Log error.
logInfo(String) - Static method in class org.ff4j.cli.ansi.AnsiTerminal
Log info.
logWarn(String) - Static method in class org.ff4j.cli.ansi.AnsiTerminal
Log warning.

M

main(String[]) - Static method in class org.ff4j.cli.MainCli
Main loop.
MainCli - Class in org.ff4j.cli
Command line to operate FF4J.
MainCli() - Constructor for class org.ff4j.cli.MainCli
 

O

org.ff4j.cli - package org.ff4j.cli
Main package for CLI
org.ff4j.cli.ansi - package org.ff4j.cli.ansi
 
org.ff4j.cli.util - package org.ff4j.cli.util
 
OSSupported - Enum in org.ff4j.cli.util
Operating System.
OSUtil - Class in org.ff4j.cli.util
Get current OS

P

parseSpringContext(String) - Method in class org.ff4j.cli.FF4jCliProcessor
Parse Spring context.
POSTFIX - Static variable in interface org.ff4j.cli.ansi.AnsiConstants
Every Ansi escape code end with this POSTFIX.
PREFIX - Static variable in interface org.ff4j.cli.ansi.AnsiConstants
Every Ansi escape code begins with this PREFIX.
print(String) - Static method in class org.ff4j.cli.ansi.AnsiTerminal
Print text ton console.
print(String, OSSupported) - Static method in class org.ff4j.cli.ansi.AnsiTerminal
 
print(String, AnsiForegroundColor) - Static method in class org.ff4j.cli.ansi.AnsiTerminal
Output.
propertyOptions() - Static method in class org.ff4j.cli.FF4jCliOptions
Enable a feature.

R

red(String) - Static method in class org.ff4j.cli.ansi.AnsiTerminal
Change text color to red.

S

SEPARATOR - Static variable in interface org.ff4j.cli.ansi.AnsiConstants
Every attribute is separated by this SEPARATOR.
setup(AnsiForegroundColor, AnsiBackGroundColor, AnsiTextAttribute) - Static method in class org.ff4j.cli.ansi.AnsiTerminal
Change everything.

T

textAttribute(AnsiTextAttribute) - Static method in class org.ff4j.cli.ansi.AnsiTerminal
Change text color

V

valueOf(String) - Static method in enum org.ff4j.cli.ansi.AnsiBackGroundColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ff4j.cli.ansi.AnsiForegroundColor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ff4j.cli.ansi.AnsiTextAttribute
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ff4j.cli.util.OSSupported
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ff4j.cli.ansi.AnsiBackGroundColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ff4j.cli.ansi.AnsiForegroundColor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ff4j.cli.ansi.AnsiTextAttribute
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ff4j.cli.util.OSSupported
Returns an array containing the constants of this enum type, in the order they are declared.

W

white(String) - Static method in class org.ff4j.cli.ansi.AnsiTerminal
Change text color to white.

Y

yellow(String) - Static method in class org.ff4j.cli.ansi.AnsiTerminal
Change text color to yellow.
A C D E F G L M O P R S T V W Y 
Skip navigation links

Copyright © 2013–2017 FF4J. All rights reserved.