Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- a - Variable in class org.flasby.util.Pair
- AboutDialog - Class in org.flasby.swing
- AboutDialog(JFrame, Message, String...) - Constructor for class org.flasby.swing.AboutDialog
- AbstractObservable - Class in org.flasby.util
- AbstractObservable() - Constructor for class org.flasby.util.AbstractObservable
- action(T, ActionEvent) - Method in class org.flasby.swing.MenuBar.Action
- Action() - Constructor for class org.flasby.swing.MenuBar.Action
- add(int, T) - Method in class org.flasby.util.ObservableList
- add(long) - Method in class org.flasby.json.JsonArrayBuilder
- add(String) - Method in class org.flasby.json.JsonArrayBuilder
- add(String, long) - Method in class org.flasby.json.JsonArrayBuilder
- add(String, long) - Method in class org.flasby.json.JsonBuilder
- add(String, String) - Method in class org.flasby.json.JsonArrayBuilder
- add(String, String) - Method in class org.flasby.json.JsonBuilder
- add(String, String) - Method in class org.flasby.settings.Encrypt
- add(String, String) - Method in class org.flasby.settings.FileSettings
- add(String, String) - Method in class org.flasby.settings.MixedEncrypt
- add(String, String) - Method in interface org.flasby.settings.SimpleSettings
- add(String, String) - Method in class org.flasby.settings.SimpleSettingsImpl
- add(String, Subject<Boolean>) - Method in class org.flasby.swing.MenuBar.Menu
- add(String, MenuBar.Action<JMenuItem>) - Method in class org.flasby.swing.MenuBar.Menu
- add(T) - Method in class org.flasby.server.MultiReporter
- add(T) - Method in class org.flasby.util.ObservableList
- addAll(int, Collection<? extends T>) - Method in class org.flasby.util.ObservableList
- addAll(Collection<? extends T>) - Method in class org.flasby.util.ObservableList
-
adds a new element and notofies observers if this changed the array.
- addBundle(String) - Method in class org.flasby.util.Message
- addBundle(String, Message.KeyDecorator) - Method in class org.flasby.util.Message
- addCheckbox(String, Subject<Boolean>) - Method in class org.flasby.swing.MenuBar.Menu
-
adds a checkbox item to the menubar.
- addCheckbox(String, MenuBar.Action<JCheckBoxMenuItem>) - Method in class org.flasby.swing.MenuBar.Menu
- addGlobalTransition(Event, State, BiConsumer<State, Event>) - Method in class org.flasby.util.statemachine.StateMachine
- addGlobalTransition(Event, State, BiConsumer<State, Event>, BiConsumer<State, Event>) - Method in class org.flasby.util.statemachine.StateMachine
- addObserver(Observer) - Method in class org.flasby.util.AbstractObservable
- addObserver(Observer) - Method in interface org.flasby.util.Observable
- addOption(Flag) - Method in class org.flasby.cli.Options
- addOption(Option) - Method in class org.flasby.cli.Options
-
add a new Option to this option collection.
- addOption(OptionList) - Method in class org.flasby.cli.Options
- Address - Class in org.flasby.bus
- Address(String) - Constructor for class org.flasby.bus.Address
- addTransition(State, State, Event) - Method in class org.flasby.util.statemachine.StateMachine
- addTransition(State, State, Event, BiConsumer<State, Event>) - Method in class org.flasby.util.statemachine.StateMachine
- addTransition(State, State, Event, BiConsumer<State, Event>, BiConsumer<State, Event>) - Method in class org.flasby.util.statemachine.StateMachine
- ALIVE - Enum constant in enum class org.flasby.net.heartbeat.ServiceInfo.Status
-
contact has been established with the service and at least one heartbeat response has been seen.
- ALWAYS - Enum constant in enum class org.flasby.net.heartbeat.Heartbeater.Policy
-
means that the heartbeat will always be sent irrespective of other messages sent on the channel.
- append(String) - Method in interface org.flasby.util.Console
- append(String) - Method in class org.flasby.util.SwingConsole
- apply(String) - Method in interface org.flasby.settings.Settings.ApplyWithMissingKey
- apply(String, String) - Method in interface org.flasby.settings.Settings.ApplyWithExistingValue
- Arrays - Class in org.flasby.util
-
typesafe operations on arrays not provided elsewhere.
- asArray(String...) - Static method in class org.flasby.util.Arrays
- asString() - Method in class org.flasby.crypto.SecureString
-
Convert array back to String but not using toString().
B
- b - Variable in class org.flasby.util.Pair
- BasicParser - Class in org.flasby.cli.impl
- BasicParser() - Constructor for class org.flasby.cli.impl.BasicParser
- beat(Heartbeater.Tickler<T>) - Method in class org.flasby.net.heartbeat.Heartbeater
- Beat(Heartbeater.Tickler<T>) - Constructor for class org.flasby.net.heartbeat.Heartbeater.Beat
- BigDecimalOption - Class in org.flasby.cli
-
adaptor to get an BigDecimal from a commandline option.
- BigDecimalOption(Option) - Constructor for class org.flasby.cli.BigDecimalOption
- BlockingCache<Key,
Value> - Interface in org.flasby.util
C
- Cache<Key,
Value> - Interface in org.flasby.util - Callback<T> - Interface in org.flasby.util
- Cast - Class in org.flasby.util
- Cast() - Constructor for class org.flasby.util.Cast
- charAt(int) - Method in class org.flasby.crypto.SecureString
- Checkbox - Class in org.flasby.swing
- Checkbox(String, Subject<Boolean>) - Constructor for class org.flasby.swing.Checkbox
- checkPassword(String) - Method in class org.flasby.entity.Users
- checkPassword(String, String) - Static method in class org.flasby.crypto.CryptoUtils
- checkPasswordStrength(String) - Method in class org.flasby.crypto.Password
- CipherPair(Cipher, Cipher) - Constructor for class org.flasby.crypto.CryptoUtils.CipherPair
- clear() - Method in class org.flasby.crypto.SecureString
-
Manually clear the underlying array holding the characters
- clear() - Method in class org.flasby.util.ObservableList
- CliMessage - Class in org.flasby.cli
- CliMessage() - Constructor for class org.flasby.cli.CliMessage
- close() - Method in class org.flasby.crypto.SecureString
- close() - Method in class org.flasby.swing.OKDialog
- close() - Method in class org.flasby.util.Dispatcher
-
is a polite thing to do.
- close() - Method in class org.flasby.util.time.Retry
- close(Closeable) - Static method in class org.flasby.util.CloseableUtil
- CloseableUtil - Class in org.flasby.util
- CommandLine - Interface in org.flasby.cli
- CommandLineImpl - Class in org.flasby.cli.impl
- CommandLineImpl(Options, String[]) - Constructor for class org.flasby.cli.impl.CommandLineImpl
- COMPLETED - Enum constant in enum class org.flasby.net.mail.SmtpState
- CONNECT - Enum constant in enum class org.flasby.net.mail.SmtpEvent
- Console - Interface in org.flasby.util
- consumeToEol() - Method in class org.flasby.net.mail.Parser
- contains(Object) - Method in class org.flasby.util.ObservableList
- containsAll(Collection<?>) - Method in class org.flasby.util.ObservableList
- convert(Object) - Method in interface org.flasby.util.Convertor
-
converts from one object type to another.
- Convertor<From,
To> - Interface in org.flasby.util - create() - Static method in class org.flasby.settings.SettingFactory
- create(char, String) - Method in class org.flasby.cli.Options
-
create an option which is not mandatory and has no defailt value.
- create(char, String, boolean) - Method in class org.flasby.cli.Options
-
create a new option with control over if the option must be specified.
- create(char, String, String) - Method in class org.flasby.cli.Options
-
create an option which is optional and has a default value.
- create(String) - Method in class org.flasby.cli.Options
- create(String, boolean) - Method in class org.flasby.cli.Options
- create(String, boolean, String) - Method in class org.flasby.cli.Options
- create(String, String) - Method in class org.flasby.cli.Options
- create(JMenuBar, Message, String) - Static method in class org.flasby.swing.MenuBar
- createFlag(char, String) - Method in class org.flasby.cli.Options
- createList(char, String) - Method in class org.flasby.cli.Options
-
create a new option list.
- createList(char, String, boolean) - Method in class org.flasby.cli.Options
- CreatePageDivLayout - Class in org.flasby.util
- CreatePageDivLayout() - Constructor for class org.flasby.util.CreatePageDivLayout
- createPath() - Method in class org.flasby.util.LogPathGenerator
- createRetryable() - Method in class org.flasby.util.time.Retry
- CRYPT_FLAG - Static variable in class org.flasby.settings.MixedEncrypt
- CryptoUtils - Class in org.flasby.crypto
- CryptoUtils() - Constructor for class org.flasby.crypto.CryptoUtils
- CryptoUtils.CipherPair - Class in org.flasby.crypto
- CSS - Enum constant in enum class org.flasby.net.MimeType
D
- DaemonThreadFactory - Class in org.flasby.util
- DaemonThreadFactory() - Constructor for class org.flasby.util.DaemonThreadFactory
- DateUtil - Class in org.flasby.util
- DateUtil() - Constructor for class org.flasby.util.DateUtil
- DateUtil(String) - Constructor for class org.flasby.util.DateUtil
- DateUtil(String, TimeZone) - Constructor for class org.flasby.util.DateUtil
- DateUtil(TimeZone) - Constructor for class org.flasby.util.DateUtil
- DEAD - Enum constant in enum class org.flasby.net.heartbeat.ServiceInfo.Status
-
the service may have been alive but has not sent a heartbeat response for too long and is now considered dead.
- deCipher - Variable in class org.flasby.crypto.CryptoUtils.CipherPair
- decorateKey(String) - Method in interface org.flasby.util.Message.KeyDecorator
- decrypt(byte[]) - Method in class org.flasby.settings.Encrypt
- decrypt(String) - Method in class org.flasby.settings.Encrypt
- DEFAULT_CIPHER - Static variable in class org.flasby.crypto.CryptoUtils
- DEFAULT_KEY_ALGORITHM - Static variable in class org.flasby.crypto.CryptoUtils
- DEFAULT_LOG2_ROUNDS - Static variable in class org.flasby.crypto.Password
- DEFAULT_PATTERN - Static variable in class org.flasby.util.DateUtil
- defaultCachePeriod - Variable in class org.flasby.net.MimeTypeGuesser.MimeInfo
- DefaultConvertor - Class in org.flasby.util
- DefaultConvertor() - Constructor for class org.flasby.util.DefaultConvertor
- delete() - Method in class org.flasby.settings.FileSettings
-
deletes the underlying file used to store the Settings.
- deliver(T) - Method in interface org.flasby.bus.Subject.Delivery
- DETAIL - Enum constant in enum class org.flasby.server.Reporter.Importance
- DISCONNECT - Enum constant in enum class org.flasby.net.mail.SmtpEvent
- DISCONNECTED - Enum constant in enum class org.flasby.net.mail.SmtpState
- dispatch(T) - Method in class org.flasby.util.Dispatcher
- Dispatcher<T> - Class in org.flasby.util
-
invokes a list of registered Callbacks with either an error or a success message.
- Dispatcher() - Constructor for class org.flasby.util.Dispatcher
- dispatchError(Exception) - Method in class org.flasby.util.Dispatcher
- doIfExists(String, Settings.ApplyWithExistingValue) - Method in class org.flasby.settings.Encrypt
- doIfExists(String, Settings.ApplyWithExistingValue) - Method in class org.flasby.settings.FileSettings
- doIfExists(String, Settings.ApplyWithExistingValue) - Method in interface org.flasby.settings.Settings
- doIfExists(String, Settings.ApplyWithExistingValue) - Method in class org.flasby.settings.SimpleSettingsImpl
- doIfExists(String, Settings.ApplyWithExistingValue, Settings.ApplyWithMissingKey) - Method in class org.flasby.settings.Encrypt
- doIfExists(String, Settings.ApplyWithExistingValue, Settings.ApplyWithMissingKey) - Method in class org.flasby.settings.FileSettings
- doIfExists(String, Settings.ApplyWithExistingValue, Settings.ApplyWithMissingKey) - Method in interface org.flasby.settings.Settings
- doIfExists(String, Settings.ApplyWithExistingValue, Settings.ApplyWithMissingKey) - Method in class org.flasby.settings.SimpleSettingsImpl
E
- EchoServer - Class in org.flasby.net
- EchoServer() - Constructor for class org.flasby.net.EchoServer
- enCipher - Variable in class org.flasby.crypto.CryptoUtils.CipherPair
- ENCODING_CHARSET - Static variable in class org.flasby.crypto.CryptoUtils
- encrypt(byte[]) - Method in class org.flasby.settings.Encrypt
-
encrypt the plain byte array and prepend the IV value.
- encrypt(String) - Method in class org.flasby.settings.Encrypt
- Encrypt - Class in org.flasby.settings
-
encrypts all key value pairs when adding them as a setting. decrypting will generate a new Cipher instance for decryption as every encrypted value will likely have a different IV.
- Encrypt(SimpleSettings, char[]) - Constructor for class org.flasby.settings.Encrypt
-
create a wrapped SimpleSettings which is internally encrypted.
- Encrypt(SimpleSettings, char[], byte[], String) - Constructor for class org.flasby.settings.Encrypt
- equals(Object) - Method in class org.flasby.entity.Users
- equals(Object) - Method in class org.flasby.util.ObservableList
- ERROR - Enum constant in enum class org.flasby.server.Reporter.Importance
- estimate(long) - Static method in class org.flasby.util.Time
- expireAfterMillis(long) - Static method in class org.flasby.util.ShinyCache
F
- FileOption - Class in org.flasby.cli
-
adaptor to get a File from a commandline option.
- FileOption(Option) - Constructor for class org.flasby.cli.FileOption
- FileSettings - Class in org.flasby.settings
- FileSettings(String) - Constructor for class org.flasby.settings.FileSettings
- FileSettings(String, boolean) - Constructor for class org.flasby.settings.FileSettings
- FileSettings(Path) - Constructor for class org.flasby.settings.FileSettings
- FileSettings(Path, boolean) - Constructor for class org.flasby.settings.FileSettings
- find(Class<From>, Class<To>) - Static method in class org.flasby.util.DefaultConvertor
- Flag - Interface in org.flasby.cli
-
defines an Option which has no value.
- forceTransition(State, Event) - Method in class org.flasby.util.statemachine.StateMachine
- format(Date) - Method in class org.flasby.util.SimpleDateFormatter
- fromBase64(String) - Static method in class org.flasby.crypto.CryptoUtils
G
- generateCipherPair(char[]) - Static method in class org.flasby.crypto.CryptoUtils
-
generates a new CipherPair which can be used to encrypt and decrypt stuff.
- generateCipherPair(char[], byte[]) - Static method in class org.flasby.crypto.CryptoUtils
- generateCipherPair(char[], byte[], String, byte[]) - Static method in class org.flasby.crypto.CryptoUtils
- generateDeCipher(char[], byte[], String, byte[]) - Static method in class org.flasby.crypto.CryptoUtils
- get() - Method in interface org.flasby.net.Messages
- get() - Method in class org.flasby.util.ObservableList
- get(int) - Method in class org.flasby.util.ObservableList
- get(String) - Method in class org.flasby.settings.Encrypt
- get(String) - Method in class org.flasby.settings.FileSettings
- get(String) - Method in class org.flasby.settings.MixedEncrypt
- get(String) - Method in interface org.flasby.settings.Settings
-
gets a value from this settings group.
- get(String) - Method in interface org.flasby.settings.SimpleSettings
-
gets a value from this settings group.
- get(String) - Method in class org.flasby.settings.SimpleSettingsImpl
- get(Key) - Method in interface org.flasby.util.Cache
- get(Key) - Method in class org.flasby.util.ShinyCache
-
gets the key form the cache or returns NULL if the Thread was interrupted.
- get(Key) - Method in class org.flasby.util.SimpleCache
- getAndWait(Key) - Method in interface org.flasby.util.BlockingCache
-
attempts to get a value from the Cache.
- getAndWait(Key) - Method in class org.flasby.util.ShinyCache
- getAndWait(Key, long) - Method in interface org.flasby.util.BlockingCache
-
attempt to get a value from the cache.
- getAndWait(Key, long) - Method in class org.flasby.util.ShinyCache
- getArtifactId() - Method in class org.flasby.util.Pom
- getBigDecimalValue(CommandLine) - Method in class org.flasby.cli.BigDecimalOption
- getCb() - Method in class org.flasby.swing.Checkbox
- getDate(Date) - Method in class org.flasby.util.DateUtil
- getDefaultValue() - Method in interface org.flasby.cli.CommandLine
-
returns the value of the default, if any.
- getDefaultValue() - Method in class org.flasby.cli.impl.CommandLineImpl
- getDefaultValue() - Method in interface org.flasby.cli.Option
-
returns a default if one is defined, null otherwise.
- getDefaultValues() - Method in interface org.flasby.cli.CommandLine
-
returns an array of values containing all the values provided as defaults.
- getDefaultValues() - Method in class org.flasby.cli.impl.CommandLineImpl
- getDelivery() - Method in class org.flasby.bus.PageBus.Subscription
- getDelta() - Method in class org.flasby.util.TimeoutReporter
- getDescriptionKey() - Method in interface org.flasby.cli.Option
-
return the MLS key used to render the description of this option.
- getFile(File, CommandLine) - Method in class org.flasby.cli.FileOption
- getFile(CommandLine) - Method in class org.flasby.cli.FileOption
- getFrom() - Method in class org.flasby.net.mail.Message
- getGlobalInstance() - Static method in class org.flasby.bus.PageBus
- getId() - Method in class org.flasby.bus.Subject
- getId() - Method in interface org.flasby.net.heartbeat.ServiceInfo
-
identifies the service.
- getIntegerValue(CommandLine) - Method in class org.flasby.cli.IntegerOption
- getKey() - Method in class org.flasby.util.KeyGenerator
- getLastHeartbeatSentTime() - Method in interface org.flasby.net.heartbeat.ServiceInfo
-
returns the time when the last heartbeat was sent by this service.
- getLastHeartReceivedTime() - Method in interface org.flasby.net.heartbeat.ServiceInfo
- getLastResetTime() - Method in class org.flasby.util.TimeoutReporter
- getLocalizedMessage() - Method in exception class org.flasby.cli.InvalidOptionFormatException
- getLocalizedMessage() - Method in exception class org.flasby.cli.MissingRequiredOptionException
-
returns a localised message using an MLS key defined as the options mls key with "missing" appended.
- getLocalizedMessage() - Method in exception class org.flasby.cli.UnknownArgumentException
-
returns a localised message using an MLS key defined as the options mls key with "unknown" appended.
- getMessage() - Method in class org.flasby.net.mail.Message
- getMessageBundle() - Method in class org.flasby.cli.Options
- getMimeTypeFor(String, MimeType) - Static method in class org.flasby.net.MimeTypeGuesser
- getMLS(String) - Method in class org.flasby.util.Message
- getMLS(String, Object...) - Method in class org.flasby.util.Message
- getMLS(String, String) - Method in class org.flasby.util.Message
- getMlsKey(String) - Method in class org.flasby.cli.Options
-
returns a new MLS key with the qualifier appended to the prefix defined for this instance.
- getNextEvent() - Method in class org.flasby.net.mail.Parser
- getOpt() - Method in interface org.flasby.cli.Option
-
returns the option to be set on the command line.
- getOption() - Method in exception class org.flasby.cli.InvalidOptionFormatException
- getOption() - Method in exception class org.flasby.cli.MissingRequiredOptionException
- getOption() - Method in exception class org.flasby.cli.OptionException
- getOption() - Method in exception class org.flasby.cli.UnknownArgumentException
- getOptions() - Method in interface org.flasby.cli.CommandLine
-
returns all the options parsed by this commandline instance.
- getOptions() - Method in class org.flasby.cli.impl.CommandLineImpl
- getOptions() - Method in exception class org.flasby.cli.OptionException
- getOptions() - Method in class org.flasby.cli.Options
-
returns the options set on this collection of options.
- getPath(String, CommandLine) - Method in class org.flasby.cli.FileOption
- getPath(CommandLine) - Method in class org.flasby.cli.FileOption
- getPort() - Method in class org.flasby.server.SimpleServer
- getProperties() - Method in class org.flasby.entity.Users
- getProperty(String) - Method in class org.flasby.entity.Users
- getRecipient() - Method in class org.flasby.net.mail.Message
- getReporter() - Method in class org.flasby.server.Instance
- getReporter() - Method in class org.flasby.server.SimpleServer
- getSenderHost() - Method in class org.flasby.net.SocketConnector
- getSenderPort() - Method in class org.flasby.net.SocketConnector
- getState() - Method in class org.flasby.net.mail.Sender
- getState() - Method in class org.flasby.util.statemachine.StateMachine
- getStatus() - Method in interface org.flasby.net.heartbeat.ServiceInfo
- getSubject() - Method in class org.flasby.net.mail.Message
- getSubscriptionKey() - Method in class org.flasby.bus.PageBus.Subscription
- getUnknownArgument() - Method in exception class org.flasby.cli.UnknownArgumentException
- getValue(Flag) - Method in interface org.flasby.cli.CommandLine
-
returns the value of the flag.
- getValue(Flag) - Method in class org.flasby.cli.impl.CommandLineImpl
- getValue(Option) - Method in interface org.flasby.cli.CommandLine
-
returns the value of the option, if any.
- getValue(Option) - Method in class org.flasby.cli.impl.CommandLineImpl
- getValues(OptionList) - Method in interface org.flasby.cli.CommandLine
-
returns an array of values containing all the values provided for this option.
- getValues(OptionList) - Method in class org.flasby.cli.impl.CommandLineImpl
- getVersion() - Method in class org.flasby.util.Pom
- GIF - Enum constant in enum class org.flasby.net.MimeType
H
- handle(Packet) - Method in class org.flasby.net.SequenceManager
- hashCode() - Method in class org.flasby.entity.Users
- hashCode() - Method in class org.flasby.util.ObservableList
- hashPassword(char[], byte[], int, int) - Method in class org.flasby.crypto.CryptoUtils
- hashPassword(String) - Static method in class org.flasby.crypto.CryptoUtils
- hashPassword(String) - Method in class org.flasby.crypto.Password
- HeartbeatClient - Interface in org.flasby.net.heartbeat
-
a client of a service which responds to heartbeats.
Once the heartbeat is established the client will be informed if the service stops responding. - Heartbeater<T> - Class in org.flasby.net.heartbeat
-
sends heartbeat messages out when required.
- Heartbeater(Heartbeater.Policy, long, TimeUnit) - Constructor for class org.flasby.net.heartbeat.Heartbeater
- Heartbeater(Heartbeater.Policy, long, TimeUnit, ThreadFactory) - Constructor for class org.flasby.net.heartbeat.Heartbeater
- Heartbeater.Beat - Class in org.flasby.net.heartbeat
-
controls the beating of the heartbeat.
- Heartbeater.Policy - Enum Class in org.flasby.net.heartbeat
- Heartbeater.Tickler<T> - Interface in org.flasby.net.heartbeat
- host - Variable in class org.flasby.net.SocketProperties
- HTML - Enum constant in enum class org.flasby.net.MimeType
I
- IMPORTANT_INFO - Enum constant in enum class org.flasby.server.Reporter.Importance
-
reports at an IMPORTANT_INFO level, but should be filtered as if it were an error.
- indexOf(Object) - Method in class org.flasby.util.ObservableList
- INFO - Enum constant in enum class org.flasby.server.Reporter.Importance
- initialize() - Method in interface org.flasby.util.time.Retry.Retryable
- Instance - Class in org.flasby.server
- IntegerOption - Class in org.flasby.cli
-
adaptor to get an Integer from a commandline option.
- IntegerOption(Option) - Constructor for class org.flasby.cli.IntegerOption
- InvalidOptionFormatException - Exception Class in org.flasby.cli
- InvalidOptionFormatException(Options, Option, String) - Constructor for exception class org.flasby.cli.InvalidOptionFormatException
- InvalidPasswordException(String) - Constructor for exception class org.flasby.crypto.Password.InvalidPasswordException
- IpChecker - Class in org.flasby.net
-
validates that an HTTP request is not from an abusive IP address.
- IpChecker() - Constructor for class org.flasby.net.IpChecker
- isEmpty() - Method in class org.flasby.settings.Encrypt
- isEmpty() - Method in class org.flasby.settings.FileSettings
- isEmpty() - Method in interface org.flasby.settings.Settings
- isEmpty() - Method in interface org.flasby.settings.SimpleSettings
- isEmpty() - Method in class org.flasby.settings.SimpleSettingsImpl
- isEmpty() - Method in class org.flasby.util.ObservableList
- isEnabled(Reporter.Importance) - Static method in enum class org.flasby.server.Reporter.Importance
- isMandatory() - Method in interface org.flasby.cli.Option
-
if this option is mandatory.
- iterator() - Method in class org.flasby.settings.Encrypt
- iterator() - Method in class org.flasby.settings.FileSettings
- iterator() - Method in class org.flasby.settings.SimpleSettingsImpl
- iterator() - Method in interface org.flasby.util.Cache
- iterator() - Method in class org.flasby.util.ObservableList
- iterator() - Method in class org.flasby.util.ShinyCache
- iterator() - Method in class org.flasby.util.SimpleCache
- itsDeadJim(ServiceInfo) - Method in interface org.flasby.net.heartbeat.HeartbeatClient
-
called when the service appears to be dead.
J
- JS - Enum constant in enum class org.flasby.net.MimeType
- Json - Class in org.flasby.json
- Json(String) - Constructor for class org.flasby.json.Json
- JSON - Enum constant in enum class org.flasby.net.MimeType
- JsonArrayBuilder - Class in org.flasby.json
- JsonArrayBuilder() - Constructor for class org.flasby.json.JsonArrayBuilder
- JsonBuilder - Class in org.flasby.json
- JsonBuilder() - Constructor for class org.flasby.json.JsonBuilder
- JsonBuilder(String) - Constructor for class org.flasby.json.JsonBuilder
K
- KEEP_ALIVE - Enum constant in enum class org.flasby.net.heartbeat.Heartbeater.Policy
-
means that the heartbeat will only be sent after a quiet period to indicate the server is still alive.
- KeyGenerator - Class in org.flasby.util
- KeyGenerator() - Constructor for class org.flasby.util.KeyGenerator
L
- lastIndexOf(Object) - Method in class org.flasby.util.ObservableList
- length() - Method in class org.flasby.crypto.SecureString
- Lifecycle - Interface in org.flasby.util
- Lifecycle.StartFailedException - Exception Class in org.flasby.util
- listIterator() - Method in class org.flasby.util.ObservableList
- listIterator(int) - Method in class org.flasby.util.ObservableList
- LogPathGenerator - Class in org.flasby.util
- LogPathGenerator(File) - Constructor for class org.flasby.util.LogPathGenerator
- LRU - Enum constant in enum class org.flasby.util.ShinyCache.EvictionPolicy
M
- main(String[]) - Static method in class org.flasby.crypto.CryptoUtils
- main(String[]) - Static method in class org.flasby.net.EchoServer
- main(String[]) - Static method in class org.flasby.settings.Encrypt
- main(String[]) - Static method in class org.flasby.util.CreatePageDivLayout
- main(String[]) - Static method in class org.flasby.util.time.Retry
- Main - Class in org.flasby.util.spring
- Main() - Constructor for class org.flasby.util.spring.Main
- matches(Address) - Method in class org.flasby.bus.Address
- MAX_PASSWORD_LENGTH - Static variable in class org.flasby.crypto.Password
- Menu(JMenuBar, Message, String) - Constructor for class org.flasby.swing.MenuBar.Menu
- MenuBar - Class in org.flasby.swing
- MenuBar() - Constructor for class org.flasby.swing.MenuBar
- MenuBar.Action<T> - Class in org.flasby.swing
- MenuBar.Menu - Class in org.flasby.swing
- Message - Class in org.flasby.net.mail
- Message - Class in org.flasby.util
- Message() - Constructor for class org.flasby.util.Message
- Message(String, String, String, String) - Constructor for class org.flasby.net.mail.Message
- MESSAGE - Static variable in class org.flasby.cli.CliMessage
- Message.KeyDecorator - Interface in org.flasby.util
- Messages - Interface in org.flasby.net
- mime() - Method in enum class org.flasby.net.MimeType
- MimeInfo(MimeType, long) - Constructor for class org.flasby.net.MimeTypeGuesser.MimeInfo
- mimeType - Variable in class org.flasby.net.MimeTypeGuesser.MimeInfo
- MimeType - Enum Class in org.flasby.net
- MimeTypeGuesser - Class in org.flasby.net
- MimeTypeGuesser() - Constructor for class org.flasby.net.MimeTypeGuesser
- MimeTypeGuesser.MimeInfo - Class in org.flasby.net
- MIN_PASSWORD_LENGTH - Static variable in class org.flasby.crypto.Password
- MissingRequiredOptionException - Exception Class in org.flasby.cli
- MissingRequiredOptionException(Option, Options) - Constructor for exception class org.flasby.cli.MissingRequiredOptionException
- MixedEncrypt - Class in org.flasby.settings
-
extends the Encrypt behaviour to support mixed encrypted and plaintext property values.
- MixedEncrypt(SimpleSettings, char[]) - Constructor for class org.flasby.settings.MixedEncrypt
- MixedEncrypt(SimpleSettings, char[], byte[], String) - Constructor for class org.flasby.settings.MixedEncrypt
- MultiReporter - Class in org.flasby.server
- MultiReporter(Reporter...) - Constructor for class org.flasby.server.MultiReporter
N
- never() - Static method in class org.flasby.util.ShinyCache
- newArray(int, Class<T>) - Static method in class org.flasby.util.Arrays
-
allocates a new, empty, array.
- newThread(Runnable) - Method in class org.flasby.util.DaemonThreadFactory
- NON_VOLATILE - Enum constant in enum class org.flasby.bus.PageBus.MessageVolatility
- notifyChange(T) - Method in class org.flasby.util.ObservableList
- notifyChanges() - Method in class org.flasby.util.ObservableList
- notifyObservers() - Method in class org.flasby.util.AbstractObservable
- notifyObservers(Object) - Method in class org.flasby.util.AbstractObservable
- NULL_CONSUMER - Variable in class org.flasby.util.statemachine.StateMachine
O
- Observable - Interface in org.flasby.util
- ObservableList<T> - Class in org.flasby.util
- ObservableList() - Constructor for class org.flasby.util.ObservableList
- Observer - Interface in org.flasby.util
- OKDialog - Class in org.flasby.swing
- OKDialog(JFrame, String) - Constructor for class org.flasby.swing.OKDialog
- OKDialog(JFrame, String, int, int) - Constructor for class org.flasby.swing.OKDialog
- OLDEST - Enum constant in enum class org.flasby.util.ShinyCache.EvictionPolicy
- onFailure(Exception) - Method in interface org.flasby.util.Callback
- onSuccess(T) - Method in interface org.flasby.util.Callback
- Option - Interface in org.flasby.cli
-
defines a command line option.
- OptionException - Exception Class in org.flasby.cli
- OptionList - Interface in org.flasby.cli
-
behaves the same as an Option except that it can have multiple values rather than a single value.
- Options - Class in org.flasby.cli
- Options(Options) - Constructor for class org.flasby.cli.Options
- Options(Message, String) - Constructor for class org.flasby.cli.Options
- org.flasby.bus - package org.flasby.bus
- org.flasby.cli - package org.flasby.cli
- org.flasby.cli.impl - package org.flasby.cli.impl
- org.flasby.crypto - package org.flasby.crypto
- org.flasby.entity - package org.flasby.entity
- org.flasby.json - package org.flasby.json
- org.flasby.net - package org.flasby.net
- org.flasby.net.heartbeat - package org.flasby.net.heartbeat
- org.flasby.net.mail - package org.flasby.net.mail
- org.flasby.server - package org.flasby.server
- org.flasby.settings - package org.flasby.settings
- org.flasby.swing - package org.flasby.swing
- org.flasby.util - package org.flasby.util
- org.flasby.util.spring - package org.flasby.util.spring
- org.flasby.util.statemachine - package org.flasby.util.statemachine
- org.flasby.util.time - package org.flasby.util.time
P
- PageBus - Class in org.flasby.bus
-
delivers publications to subscribers using a dotted addressing scheme.
- PageBus() - Constructor for class org.flasby.bus.PageBus
- PageBus.MessageVolatility - Enum Class in org.flasby.bus
- PageBus.Subscriber - Interface in org.flasby.bus
- PageBus.Subscription - Class in org.flasby.bus
- PagebusReporter - Class in org.flasby.server
- PagebusReporter() - Constructor for class org.flasby.server.PagebusReporter
- PagebusReporter(PageBus) - Constructor for class org.flasby.server.PagebusReporter
- PageBusSniffer - Class in org.flasby.bus
- PageBusSniffer() - Constructor for class org.flasby.bus.PageBusSniffer
- Pair<T> - Class in org.flasby.util
- Pair(T, T) - Constructor for class org.flasby.util.Pair
- parse(String) - Static method in class org.flasby.json.Json
- parse(Options, String[]) - Method in class org.flasby.cli.impl.BasicParser
- parse(Options, String[]) - Method in interface org.flasby.cli.Parser
-
parses the command line agruments.
- Parser - Class in org.flasby.net.mail
- Parser - Interface in org.flasby.cli
- Parser(BufferedInputStream) - Constructor for class org.flasby.net.mail.Parser
- Password - Class in org.flasby.crypto
- Password() - Constructor for class org.flasby.crypto.Password
- Password.InvalidPasswordException - Exception Class in org.flasby.crypto
- PersistentSettings - Interface in org.flasby.settings
-
provides persistent settings for any application.
- PNG - Enum constant in enum class org.flasby.net.MimeType
- Pom - Class in org.flasby.util
- Pom() - Constructor for class org.flasby.util.Pom
-
builds a Pom extractor for this project, flasby.org.
- Pom(Class<?>) - Constructor for class org.flasby.util.Pom
-
builds a Pom extractor for the project containing the passed class.
- Pool<T> - Class in org.flasby.util
- Pool(int) - Constructor for class org.flasby.util.Pool
- port - Variable in class org.flasby.net.SocketProperties
- process(Event) - Method in class org.flasby.util.statemachine.StateMachine
-
process the event and move from the current state to the next one if a transition is defined for the event.
- processSocketFault(Exception) - Method in class org.flasby.net.mail.Sender
- PROTOCOL_FAULT - Enum constant in enum class org.flasby.net.mail.SmtpEvent
- publish(String, Object, PageBus.MessageVolatility) - Method in class org.flasby.bus.PageBus
-
publish something on the bus.
- put(T) - Method in class org.flasby.util.Pool
R
- receive(String, Object) - Method in interface org.flasby.bus.PageBus.Subscriber
- register(Callback<T>) - Method in class org.flasby.util.Dispatcher
- remove(int) - Method in class org.flasby.util.ObservableList
- remove(Object) - Method in class org.flasby.util.ObservableList
- remove(String) - Method in class org.flasby.settings.Encrypt
- remove(String) - Method in class org.flasby.settings.FileSettings
- remove(String) - Method in interface org.flasby.settings.SimpleSettings
- remove(String) - Method in class org.flasby.settings.SimpleSettingsImpl
- removeAll(Collection<?>) - Method in class org.flasby.util.ObservableList
- removeObserver(Observer) - Method in class org.flasby.util.AbstractObservable
- removeObserver(Observer) - Method in interface org.flasby.util.Observable
- report(String) - Method in class org.flasby.server.MultiReporter
- report(String) - Method in class org.flasby.server.PagebusReporter
- report(String) - Method in interface org.flasby.server.Reporter
- report(String) - Method in class org.flasby.server.SysoutReporter
- report(Reporter.Importance, String) - Method in class org.flasby.server.MultiReporter
- report(Reporter.Importance, String) - Method in class org.flasby.server.PagebusReporter
- report(Reporter.Importance, String) - Method in interface org.flasby.server.Reporter
- report(Reporter.Importance, String) - Method in class org.flasby.server.SysoutReporter
- Reporter - Interface in org.flasby.server
- Reporter.Importance - Enum Class in org.flasby.server
- reset() - Method in class org.flasby.util.TimeoutReporter
- RESP_211 - Enum constant in enum class org.flasby.net.mail.SmtpEvent
- RESP_220 - Enum constant in enum class org.flasby.net.mail.SmtpEvent
- RESP_250 - Enum constant in enum class org.flasby.net.mail.SmtpEvent
- RESP_250_HYPHON - Enum constant in enum class org.flasby.net.mail.SmtpEvent
- RESP_5xx - Enum constant in enum class org.flasby.net.mail.SmtpEvent
- retainAll(Collection<?>) - Method in class org.flasby.util.ObservableList
- Retry<T> - Class in org.flasby.util.time
-
retries something until
- Retry(int, TimeUnit) - Constructor for class org.flasby.util.time.Retry
- Retry.Retryable - Interface in org.flasby.util.time
- roles - Variable in class org.flasby.entity.Users
S
- save() - Method in class org.flasby.settings.FileSettings
- save() - Method in interface org.flasby.settings.PersistentSettings
-
saves this Settings instance.
- save() - Method in class org.flasby.settings.SimpleSettingsImpl
- scrollToEnd() - Method in interface org.flasby.util.Console
- scrollToEnd() - Method in class org.flasby.util.SwingConsole
- searchByKey(Key) - Method in class org.flasby.util.SimpleCache
- SecureString - Class in org.flasby.crypto
-
This is not a string but a CharSequence that can be cleared of its memory.
- SecureString(int, int, CharSequence) - Constructor for class org.flasby.crypto.SecureString
- SecureString(CharSequence) - Constructor for class org.flasby.crypto.SecureString
- send() - Method in class org.flasby.net.mail.Sender
- send(T) - Method in class org.flasby.bus.Subject
- send(T, PageBus.MessageVolatility) - Method in class org.flasby.bus.Subject
- Sender - Class in org.flasby.net.mail
-
sends mail using SMTP.
- Sender(String, int, Message) - Constructor for class org.flasby.net.mail.Sender
- sendHeartbeat(T) - Method in interface org.flasby.net.heartbeat.Heartbeater.Tickler
- SENDING_MAILFROM - Enum constant in enum class org.flasby.net.mail.SmtpState
- SequenceManager<Packet,
Sequence> - Class in org.flasby.net -
ensures the ordered delivery of sequences of messages.
- SequenceManager() - Constructor for class org.flasby.net.SequenceManager
- ServiceInfo - Interface in org.flasby.net.heartbeat
-
models the heartbeat state and identity of a service.
- ServiceInfo.Status - Enum Class in org.flasby.net.heartbeat
- set(int, T) - Method in class org.flasby.util.ObservableList
- setLookAndFeel(String...) - Static method in class org.flasby.util.SwingUtil
- setPassword(String) - Method in class org.flasby.entity.Users
-
sets the password and returns the password strength.
0 is very poor
5 is as good as it gets - setProperty(String, String) - Method in class org.flasby.entity.Users
- setReportingLevel(Reporter.Importance) - Static method in enum class org.flasby.server.Reporter.Importance
- setResetTime(long) - Method in class org.flasby.util.TimeoutReporter
- setSenderHost(String) - Method in class org.flasby.net.SocketConnector
- setSenderPort(int) - Method in class org.flasby.net.SocketConnector
- setText(String) - Method in class org.flasby.swing.OKDialog
- SettingFactory - Class in org.flasby.settings
- SettingFactory() - Constructor for class org.flasby.settings.SettingFactory
- Settings - Interface in org.flasby.settings
-
provides persistent settings for any application.
- Settings.ApplyWithExistingValue - Interface in org.flasby.settings
- Settings.ApplyWithMissingKey - Interface in org.flasby.settings
- ShinyCache<Key,
Value> - Class in org.flasby.util -
is a cache which handles entry expiry and will ensure that multiple simultaneous requests using the same key will only make a single request to get the missing value.
- ShinyCache() - Constructor for class org.flasby.util.ShinyCache
-
simple, ever growing, cache
- ShinyCache(int, ShinyCache.EvictionPolicy) - Constructor for class org.flasby.util.ShinyCache
- ShinyCache(ShinyCache.ExpiryPolicy) - Constructor for class org.flasby.util.ShinyCache
-
cache which expires entries after a fixed lifetime.
- ShinyCache(ShinyCache.ExpiryPolicy, int, ShinyCache.EvictionPolicy) - Constructor for class org.flasby.util.ShinyCache
- ShinyCache.EvictionPolicy - Enum Class in org.flasby.util
- SimpleCache<Key,
Value> - Class in org.flasby.util -
is a simple cache which looks-up values if the key has no entry.
It is not very smart and does not handle simultaneous requests from multiple threads well as it will request the value multiple times.
There is no cache expiry support either. - SimpleCache() - Constructor for class org.flasby.util.SimpleCache
- SimpleDateFormatter - Class in org.flasby.util
- SimpleDateFormatter(String) - Constructor for class org.flasby.util.SimpleDateFormatter
- SimpleDateFormatter(String, Locale) - Constructor for class org.flasby.util.SimpleDateFormatter
- SimpleDateFormatter(String, Locale, TimeZone) - Constructor for class org.flasby.util.SimpleDateFormatter
- SimpleServer - Class in org.flasby.server
-
listens on a port and waits for connections.
- SimpleSettings - Interface in org.flasby.settings
-
provides persistent settings for any application.
- SimpleSettingsImpl - Class in org.flasby.settings
- SimpleSettingsImpl() - Constructor for class org.flasby.settings.SimpleSettingsImpl
- size() - Method in interface org.flasby.util.Cache
- size() - Method in class org.flasby.util.ObservableList
- size() - Method in class org.flasby.util.ShinyCache
- size() - Method in class org.flasby.util.SimpleCache
- SmtpEvent - Enum Class in org.flasby.net.mail
- SmtpState - Enum Class in org.flasby.net.mail
- SOCKET_FAULT - Enum constant in enum class org.flasby.net.mail.SmtpEvent
- SocketConnector - Class in org.flasby.net
- SocketConnector() - Constructor for class org.flasby.net.SocketConnector
- SocketProperties - Class in org.flasby.net
- SocketProperties(String, int) - Constructor for class org.flasby.net.SocketProperties
- start() - Method in class org.flasby.net.SocketConnector
-
default start runs the connector in a separate thread.
- start() - Method in class org.flasby.server.Instance
- start() - Method in class org.flasby.server.SimpleServer
- start() - Method in interface org.flasby.util.Lifecycle
- start(boolean) - Method in class org.flasby.net.SocketConnector
- START - Enum constant in enum class org.flasby.net.mail.SmtpState
- StartFailedException(Exception) - Constructor for exception class org.flasby.util.Lifecycle.StartFailedException
- StartFailedException(String) - Constructor for exception class org.flasby.util.Lifecycle.StartFailedException
- StartFailedException(String, Exception) - Constructor for exception class org.flasby.util.Lifecycle.StartFailedException
- starting() - Method in interface org.flasby.net.heartbeat.HeartbeatClient
-
called just before the underlying transport initiates the calls.
- STARTING - Static variable in class org.flasby.bus.PageBus
- StateMachine<State,
Event> - Class in org.flasby.util.statemachine -
implements a Finite State Machine.
- StateMachine(State) - Constructor for class org.flasby.util.statemachine.StateMachine
-
creates a new FSM in the defined initialState.
- StateMachine(State, BiConsumer<State, Event>) - Constructor for class org.flasby.util.statemachine.StateMachine
-
creates a new FSM in the defined initialState.
- stop() - Method in class org.flasby.net.heartbeat.Heartbeater.Beat
-
will stop the heartbeat.
- stop() - Method in class org.flasby.net.SocketConnector
- stop() - Method in class org.flasby.server.Instance
- stop() - Method in interface org.flasby.util.Lifecycle
- stopBeating(String) - Method in interface org.flasby.net.heartbeat.HeartbeatClient
-
the client isn't interested in knowing about any services anymore and says goodbye.
- STOPPING - Static variable in class org.flasby.bus.PageBus
- Subject<T> - Class in org.flasby.bus
- Subject(String) - Constructor for class org.flasby.bus.Subject
- Subject(Subject<?>, String) - Constructor for class org.flasby.bus.Subject
- Subject.Delivery<T> - Interface in org.flasby.bus
- subList(int, int) - Method in class org.flasby.util.ObservableList
- subscribe(String, PageBus.Subscriber) - Method in class org.flasby.bus.PageBus
- subscribe(Subject.Delivery<T>) - Method in class org.flasby.bus.Subject
- subscriberAddress - Variable in class org.flasby.bus.PageBus.Subscription
- Subscription(PageBus, Address, PageBus.Subscriber, String) - Constructor for class org.flasby.bus.PageBus.Subscription
- subSequence(int, int) - Method in class org.flasby.crypto.SecureString
- SwingConsole - Class in org.flasby.util
- SwingConsole() - Constructor for class org.flasby.util.SwingConsole
- SwingUtil - Class in org.flasby.util
- SwingUtil() - Constructor for class org.flasby.util.SwingUtil
- SYNCHRONOUS - Enum constant in enum class org.flasby.bus.PageBus.MessageVolatility
- SysoutReporter - Class in org.flasby.server
- SysoutReporter() - Constructor for class org.flasby.server.SysoutReporter
- SysoutReporter(DateUtil) - Constructor for class org.flasby.server.SysoutReporter
T
- take() - Method in class org.flasby.util.Pool
- TcpMessageSender - Class in org.flasby.net
-
sends a message to a TCP server somewhere.
- TcpMessageSender(SocketProperties, byte[]) - Constructor for class org.flasby.net.TcpMessageSender
- TcpMessageSender(SocketProperties, Messages) - Constructor for class org.flasby.net.TcpMessageSender
- tick() - Method in class org.flasby.util.TimeoutReporter
- tickleWith(T) - Method in class org.flasby.net.heartbeat.Heartbeater.Beat
-
called every time a message is sent which should delay the sending of the next heartbeat.
- Time - Class in org.flasby.util
- TIME - Static variable in class org.flasby.util.Time
- TIME_OUT - Enum constant in enum class org.flasby.net.mail.SmtpEvent
- TIMED_OUT - Enum constant in enum class org.flasby.net.mail.SmtpState
- TimeoutReporter - Class in org.flasby.util
-
used to drive reports of timeouts.
- TimeoutReporter() - Constructor for class org.flasby.util.TimeoutReporter
- to(List<?>) - Static method in class org.flasby.util.Cast
- toArray() - Method in class org.flasby.util.ObservableList
- toArray(S[]) - Method in class org.flasby.util.ObservableList
- toBase64(byte[]) - Static method in class org.flasby.crypto.CryptoUtils
- toJSON() - Method in class org.flasby.json.JsonArrayBuilder
- toJSON() - Method in class org.flasby.json.JsonBuilder
- toSimpleTimeUTC(long) - Static method in class org.flasby.util.Time
- toString() - Method in class org.flasby.cli.Options
- toString() - Method in class org.flasby.crypto.SecureString
-
Protect against using this class in log statements.
- toString() - Method in class org.flasby.entity.Users
- toString() - Method in class org.flasby.settings.FileSettings
U
- UnicastMessageSender - Class in org.flasby.net
-
sends a Unicast message somewhere.
- UnicastMessageSender(SocketProperties, byte[]) - Constructor for class org.flasby.net.UnicastMessageSender
- UnicastMessageSender(SocketProperties, Messages) - Constructor for class org.flasby.net.UnicastMessageSender
- UNKNOWN - Enum constant in enum class org.flasby.net.heartbeat.ServiceInfo.Status
-
the service status is not known.
- UnknownArgumentException - Exception Class in org.flasby.cli
- UnknownArgumentException(String, Options) - Constructor for exception class org.flasby.cli.UnknownArgumentException
- unregister(int) - Method in class org.flasby.util.Dispatcher
- unsubscribe() - Method in class org.flasby.bus.PageBus.Subscription
- unsubscribe(PageBus.Subscription) - Method in class org.flasby.bus.PageBus
- update(Observable) - Method in class org.flasby.util.ObservableList
- update(Observable) - Method in interface org.flasby.util.Observer
- update(Observable, Object) - Method in class org.flasby.util.ObservableList
- update(Observable, Object) - Method in interface org.flasby.util.Observer
- usage() - Method in class org.flasby.cli.Options
-
returns a string suitable for showing to the user as a usage description.
- Users<Role> - Class in org.flasby.entity
- Users(String, String, String, boolean, Role...) - Constructor for class org.flasby.entity.Users
V
- validate(HttpServletRequest) - Method in class org.flasby.net.IpChecker
- valueOf(String) - Static method in enum class org.flasby.bus.PageBus.MessageVolatility
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flasby.net.heartbeat.Heartbeater.Policy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flasby.net.heartbeat.ServiceInfo.Status
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flasby.net.mail.SmtpEvent
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flasby.net.mail.SmtpState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flasby.net.MimeType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flasby.server.Reporter.Importance
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flasby.util.ShinyCache.EvictionPolicy
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.flasby.bus.PageBus.MessageVolatility
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flasby.net.heartbeat.Heartbeater.Policy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flasby.net.heartbeat.ServiceInfo.Status
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flasby.net.mail.SmtpEvent
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flasby.net.mail.SmtpState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flasby.net.MimeType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flasby.server.Reporter.Importance
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flasby.util.ShinyCache.EvictionPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VOLATILE - Enum constant in enum class org.flasby.bus.PageBus.MessageVolatility
W
- WAITING_FOR_GREETING - Enum constant in enum class org.flasby.net.mail.SmtpState
- WARN - Enum constant in enum class org.flasby.server.Reporter.Importance
- wasDefaultProvided() - Method in interface org.flasby.cli.CommandLine
-
informs if a default Option was provided on the commandline.
- wasDefaultProvided() - Method in class org.flasby.cli.impl.CommandLineImpl
- wasProvided(Option) - Method in interface org.flasby.cli.CommandLine
-
informs if the specified Option was provided on the commandline.
- wasProvided(Option) - Method in class org.flasby.cli.impl.CommandLineImpl
- wrap(List<S>) - Static method in class org.flasby.util.ObservableList
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form