A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

A

abbreviated() - Method in interface clusterless.commons.naming.Label
If provided, the abbreviated version of the Label.
abbreviated(Label) - Method in interface clusterless.commons.naming.Label
 
addTo(R, long) - Method in enum clusterless.commons.temporal.IntervalUnit
 
adjustInto(R, long) - Method in enum clusterless.commons.temporal.IntervalField
 
Arn - clusterless.commons.naming.Ref.Qualifier
 
arnRef() - Static method in class clusterless.commons.naming.Ref
 
asLower() - Method in class clusterless.commons.naming.Stage
 

B

becomeLabel() - Method in interface clusterless.commons.naming.Label
Forces the underlying label components to be a single CamelCase Label, even if the components are Fixed.
between(Temporal, Temporal) - Method in enum clusterless.commons.temporal.IntervalUnit
 

C

camelCase() - Method in class clusterless.commons.naming.Fixed
 
camelCase() - Method in interface clusterless.commons.naming.Label
Return a String that concatenates all the nested Label instances into a camel case formatted String.
camelCase() - Method in interface clusterless.commons.naming.Label.EnumLabel
 
camelCasePath() - Method in class clusterless.commons.naming.Fixed
 
camelCasePath() - Method in interface clusterless.commons.naming.Label
Returns a camel case formatted String with slash delimiters.
camelToLowerCamel(String) - Static method in class clusterless.commons.util.Strings
 
camelToLowerHyphen(String) - Static method in class clusterless.commons.util.Strings
 
camelToLowerUnderscore(String) - Static method in class clusterless.commons.util.Strings
 
camelToUpperUnderscore(String) - Static method in class clusterless.commons.util.Strings
 
checkValidIntValue(long) - Method in enum clusterless.commons.temporal.IntervalField
Checks that the specified value is valid and fits in an int.
checkValidValue(long) - Method in enum clusterless.commons.temporal.IntervalField
Checks that the specified value is valid for this field.
choose(String, String, String) - Static method in class clusterless.commons.util.Runtimes
 
clusterless.commons.collection - package clusterless.commons.collection
 
clusterless.commons.naming - package clusterless.commons.naming
 
clusterless.commons.temporal - package clusterless.commons.temporal
 
clusterless.commons.util - package clusterless.commons.util
 
compareTo(Label) - Method in interface clusterless.commons.naming.Label
Compares the given Label to this Label using camel case formatted Strings.
compareTo(Partition) - Method in interface clusterless.commons.naming.Partition
 
concat(Label...) - Static method in interface clusterless.commons.naming.Label
Concatenate all the given labels .
concat(Partition...) - Static method in interface clusterless.commons.naming.Partition
Concatenate all the given labels .
current() - Static method in class clusterless.commons.util.Runtimes
 

D

DAY - clusterless.commons.temporal.IntervalField
The day.
DAY - clusterless.commons.temporal.IntervalUnit
 
DAY_FORMATTER - Static variable in class clusterless.commons.temporal.IntervalDateTimeFormatter
 

E

emptyToNull(String) - Static method in class clusterless.commons.util.Strings
 
equals(Object) - Method in class clusterless.commons.naming.Ref
 
exportName() - Method in class clusterless.commons.naming.Ref
 

F

find(String) - Static method in class clusterless.commons.temporal.IntervalUnits
Finds a TemporalUnit with the given name.
findDurationWithin(String) - Static method in class clusterless.commons.temporal.IntervalUnits
Given a string with an embedded duration, find the TemporalUnit associated with that duration.
findExecutable(String) - Static method in class clusterless.commons.util.Runtimes
 
findSafe(String) - Static method in class clusterless.commons.temporal.IntervalUnits
Finds a TemporalUnit with the given name.
fixed(String) - Static method in interface clusterless.commons.naming.Label
Convert the given value to a Fixed Label.
Fixed - Class in clusterless.commons.naming
Fixed is a Label that retains the value formatting.
Fixed(String) - Constructor for class clusterless.commons.naming.Fixed
 
fixedNull() - Static method in class clusterless.commons.naming.Fixed
 
format(Instant) - Method in class clusterless.commons.temporal.IntervalBuilder
 
format(OffsetDateTime) - Method in class clusterless.commons.temporal.IntervalBuilder
 
formatter(TemporalUnit) - Static method in class clusterless.commons.temporal.IntervalUnits
Finds an appropriate DateTimeFormatter for the given unit
FOURTH_FORMATTER - Static variable in class clusterless.commons.temporal.IntervalDateTimeFormatter
 
FOURTH_OF_DAY - clusterless.commons.temporal.IntervalField
The fourth-of-day.
FOURTHS - clusterless.commons.temporal.IntervalUnit
 
fromLowerHyphen(String) - Static method in interface clusterless.commons.naming.Label
Convert the given value in lower hyphen format to a Label.
fromLowerUnderscore(String) - Static method in interface clusterless.commons.naming.Label
Convert the given value in lower underscore format to a Label.

G

getBaseUnit() - Method in enum clusterless.commons.temporal.IntervalField
 
getDisplayName(Locale) - Method in enum clusterless.commons.temporal.IntervalField
 
getDuration() - Method in enum clusterless.commons.temporal.IntervalUnit
 
getFrom(TemporalAccessor) - Method in enum clusterless.commons.temporal.IntervalField
 
getHome(Class<?>) - Static method in class clusterless.commons.util.Runtimes
 
getRangeUnit() - Method in enum clusterless.commons.temporal.IntervalField
 

H

hashCode() - Method in class clusterless.commons.naming.Ref
 
having(String...) - Method in interface clusterless.commons.naming.Label
Return a Label that concatenates the given values.
having(String...) - Method in interface clusterless.commons.naming.Partition
 
HOUR_FORMATTER - Static variable in class clusterless.commons.temporal.IntervalDateTimeFormatter
 
HOUR_OF_DAY - clusterless.commons.temporal.IntervalField
The hour-of-day.
HOURS - clusterless.commons.temporal.IntervalUnit
 

I

Id - clusterless.commons.naming.Ref.Qualifier
 
idRef() - Static method in class clusterless.commons.naming.Ref
 
ifPresent(I, Function<I, V>) - Static method in class clusterless.commons.collection.OrderedSafeMaps
Returns the result of the function if the intermediate value is not null, otherwise null.
ifPresent(I, Function<I, V>, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
Returns the result of the function if the intermediate value is not null, otherwise other.
IntervalBuilder - Class in clusterless.commons.temporal
 
IntervalBuilder(String) - Constructor for class clusterless.commons.temporal.IntervalBuilder
 
IntervalBuilder(TemporalUnit) - Constructor for class clusterless.commons.temporal.IntervalBuilder
 
IntervalDateTimeFormatter - Class in clusterless.commons.temporal
IntervalDateTimeFormatter provided formatters for the IntervalUnit units.
IntervalDateTimeFormatter() - Constructor for class clusterless.commons.temporal.IntervalDateTimeFormatter
 
IntervalField - Enum in clusterless.commons.temporal
Mostly copied from ChronoField adding support for new IntervalUnits.
IntervalUnit - Enum in clusterless.commons.temporal
Breaks a day into the number of intervals requested.
IntervalUnits - Class in clusterless.commons.temporal
Utility class for looking up a formatter given a unit, or a unit given a name.
IntervalUnits() - Constructor for class clusterless.commons.temporal.IntervalUnits
 
isDateBased() - Method in enum clusterless.commons.temporal.IntervalField
Checks if this field represents a component of a date.
isDateBased() - Method in enum clusterless.commons.temporal.IntervalUnit
 
isDurationEstimated() - Method in enum clusterless.commons.temporal.IntervalUnit
 
isLiteral() - Method in interface clusterless.commons.naming.Partition
 
isMacOS() - Static method in class clusterless.commons.util.Runtimes
 
isNull() - Method in interface clusterless.commons.naming.Label
Return true if the Label is a "null" Label.
isNull() - Method in interface clusterless.commons.naming.Partition
 
isRef(String) - Static method in class clusterless.commons.naming.Ref
 
isSeparator() - Method in interface clusterless.commons.naming.Partition
 
isSupportedBy(Temporal) - Method in enum clusterless.commons.temporal.IntervalUnit
 
isSupportedBy(TemporalAccessor) - Method in enum clusterless.commons.temporal.IntervalField
 
isTimeBased() - Method in enum clusterless.commons.temporal.IntervalField
Checks if this field represents a component of a time.
isTimeBased() - Method in enum clusterless.commons.temporal.IntervalUnit
 
isWindows() - Static method in class clusterless.commons.util.Runtimes
 

J

join(String, Object...) - Static method in class clusterless.commons.util.Strings
 
joinClean(String, Object...) - Static method in class clusterless.commons.util.Strings
joinCleanDash(Object...) - Static method in class clusterless.commons.util.Strings
 
joinDash(Object...) - Static method in class clusterless.commons.util.Strings
 
joinEscaped(Map<String, String>, String) - Static method in class clusterless.commons.util.Strings
 

K

key() - Method in interface clusterless.commons.naming.Partition.EnumPartition
 

L

label() - Method in class clusterless.commons.naming.Ref
 
Label - Interface in clusterless.commons.naming
Label simplifies creating complex strings used for naming, displays, and paths.
Label.EnumLabel - Interface in clusterless.commons.naming
 
linux - clusterless.commons.util.Runtimes.Runtime
 
literal(String) - Static method in interface clusterless.commons.naming.Partition
 
lookup(String) - Static method in enum clusterless.commons.naming.Ref.Qualifier
 
lowerCamelCase() - Method in interface clusterless.commons.naming.Label
Returns a lower camel case formatted String.
lowerColonPath() - Method in class clusterless.commons.naming.Fixed
 
lowerColonPath() - Method in interface clusterless.commons.naming.Label
Returns a lower colon path formatted String.
lowerHyphen() - Method in class clusterless.commons.naming.Fixed
 
lowerHyphen() - Method in interface clusterless.commons.naming.Label
Returns a lower hyphen formatted String.
lowerHyphenPath() - Method in class clusterless.commons.naming.Fixed
 
lowerHyphenPath() - Method in interface clusterless.commons.naming.Label
Returns a lower hyphen formatted String with slash delimiters.
lowerHyphenPath(boolean) - Method in interface clusterless.commons.naming.Label
Returns a lower hyphen formatted String with slash delimiters.
lowerHyphenToUpperCamel(String) - Static method in class clusterless.commons.util.Strings
 
lowerUnderscore() - Method in class clusterless.commons.naming.Fixed
 
lowerUnderscore() - Method in interface clusterless.commons.naming.Label
Returns a lower underscore formatted String.
lowerUnderscoreToCamelCase(String) - Static method in class clusterless.commons.util.Strings
 

M

mac - clusterless.commons.util.Runtimes.Runtime
 

N

name() - Method in interface clusterless.commons.naming.Label.EnumLabel
 
name() - Method in interface clusterless.commons.naming.Partition.EnumPartition
 
Name - clusterless.commons.naming.Ref.Qualifier
 
named(Partition) - Method in interface clusterless.commons.naming.Partition
 
namedOf(Object, Object) - Static method in interface clusterless.commons.naming.Partition
 
nameOrNull(Label) - Static method in interface clusterless.commons.naming.Label
 
nameOrNull(Partition) - Static method in interface clusterless.commons.naming.Partition
 
nameRef() - Static method in class clusterless.commons.naming.Ref
 
NULL - Static variable in interface clusterless.commons.naming.Label
 
NULL - Static variable in interface clusterless.commons.naming.Partition
 
nullOr(T, Function<T, String>) - Static method in class clusterless.commons.util.Strings
 
nullStage() - Static method in class clusterless.commons.naming.Stage
 
nullToEmpty(Object) - Static method in class clusterless.commons.util.Strings
 

O

of() - Static method in class clusterless.commons.collection.OrderedMaps
 
of() - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
of(Label, Label) - Static method in interface clusterless.commons.naming.Label
 
of(E) - Static method in class clusterless.commons.collection.SafeList
 
of(E, E) - Static method in class clusterless.commons.collection.SafeList
 
of(E, E, E) - Static method in class clusterless.commons.collection.SafeList
 
of(E, E, E, E) - Static method in class clusterless.commons.collection.SafeList
 
of(E, E, E, E, E) - Static method in class clusterless.commons.collection.SafeList
 
of(E, E, E, E, E, E) - Static method in class clusterless.commons.collection.SafeList
 
of(E, E, E, E, E, E, E) - Static method in class clusterless.commons.collection.SafeList
 
of(E, E, E, E, E, E, E, E) - Static method in class clusterless.commons.collection.SafeList
 
of(E, E, E, E, E, E, E, E, E) - Static method in class clusterless.commons.collection.SafeList
 
of(E, E, E, E, E, E, E, E, E, E) - Static method in class clusterless.commons.collection.SafeList
 
of(Object) - Static method in interface clusterless.commons.naming.Label
Convert the given value to a Label.
of(Object) - Static method in interface clusterless.commons.naming.Partition
 
of(String) - Static method in class clusterless.commons.naming.Fixed
 
of(String) - Static method in class clusterless.commons.naming.Region
 
of(String) - Static method in class clusterless.commons.naming.Stage
 
of(String) - Static method in class clusterless.commons.naming.Version
 
of(String, String) - Static method in interface clusterless.commons.naming.Label
Convert the given value to a Label with an abbreviation.
of(K, V) - Static method in class clusterless.commons.collection.OrderedMaps
 
of(K, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
of(K, V, K, V) - Static method in class clusterless.commons.collection.OrderedMaps
 
of(K, V, K, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
of(K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedMaps
 
of(K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
of(K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedMaps
 
of(K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedMaps
 
of(K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
of(K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class clusterless.commons.collection.OrderedSafeMaps
 
OrderedMaps - Class in clusterless.commons.collection
Is a duplicate of Map.of() but the order is retained.
OrderedMaps() - Constructor for class clusterless.commons.collection.OrderedMaps
 
OrderedSafeMaps - Class in clusterless.commons.collection
Is a duplicate of Map.of() but the order is retained.
OrderedSafeMaps() - Constructor for class clusterless.commons.collection.OrderedSafeMaps
 

P

partition() - Method in interface clusterless.commons.naming.Partition.EnumPartition
 
partition() - Method in interface clusterless.commons.naming.Partition
Results in a string, with no leading or trailing slash
partition(boolean) - Method in interface clusterless.commons.naming.Partition
Results in a string, with no leading but optional trailing slash
Partition - Interface in clusterless.commons.naming
Partition is a Label that support a path like structure having name=value pairs.
Partition.EnumPartition - Interface in clusterless.commons.naming
Will force the enum type and value to be lowercase, unless the enum also implements Label, in which Label.lowerHyphen() is called.
Partition.NamedPartition - Interface in clusterless.commons.naming
 
path() - Method in interface clusterless.commons.naming.Partition
Results in a path string, with a leading and trailing slash
pathUnless(Object) - Method in interface clusterless.commons.naming.Partition
Results in a path string, with a leading and trailing slash
prefix() - Method in interface clusterless.commons.naming.Partition
Results in a prefix string, with only a leading
previous(Instant) - Method in class clusterless.commons.temporal.IntervalBuilder
 
previous(OffsetDateTime) - Method in class clusterless.commons.temporal.IntervalBuilder
 
provider() - Method in class clusterless.commons.naming.Ref
 
provider(String) - Static method in class clusterless.commons.naming.Ref
 

Q

qualifier() - Method in class clusterless.commons.naming.Ref
 
qualifier(String) - Static method in class clusterless.commons.naming.Ref
 

R

range() - Method in enum clusterless.commons.temporal.IntervalField
Gets the range of valid values for the field.
rangeRefinedBy(TemporalAccessor) - Method in enum clusterless.commons.temporal.IntervalField
 
ref() - Static method in class clusterless.commons.naming.Ref
 
Ref - Class in clusterless.commons.naming
Creates an identifier to use as an export/import key for provider output/export values.
Ref() - Constructor for class clusterless.commons.naming.Ref
 
Ref.Qualifier - Enum in clusterless.commons.naming
 
Region - Class in clusterless.commons.naming
Region is a Fixed value that represents an AWS region.
Region(String) - Constructor for class clusterless.commons.naming.Region
 
removeLast(char, String) - Static method in class clusterless.commons.util.Strings
 
requireNonEmpty(Label) - Static method in interface clusterless.commons.naming.Label
 
resolve(Map<TemporalField, Long>, TemporalAccessor, ResolverStyle) - Method in enum clusterless.commons.temporal.IntervalField
 
resourceLabel() - Method in class clusterless.commons.naming.Ref
 
resourceName() - Method in class clusterless.commons.naming.Ref
 
resourceNs() - Method in class clusterless.commons.naming.Ref
 
resourceType() - Method in class clusterless.commons.naming.Ref
 
Runtimes - Class in clusterless.commons.util
Runtimes provides a set of utilities for working with the current runtime.
Runtimes() - Constructor for class clusterless.commons.util.Runtimes
 
Runtimes.Runtime - Enum in clusterless.commons.util
 

S

SafeList - Class in clusterless.commons.collection
Is a duplicate of List.of() but no null values will be added.
SafeList() - Constructor for class clusterless.commons.collection.SafeList
 
scope() - Method in class clusterless.commons.naming.Ref
 
scopeVersion() - Method in class clusterless.commons.naming.Ref
 
SEPARATOR - Static variable in interface clusterless.commons.naming.Partition
 
SEPARATOR_REGEX - Static variable in interface clusterless.commons.naming.Partition
 
shortCamelCase() - Method in interface clusterless.commons.naming.Label
Returns an abbreviated version of the Label in camel case format.
shortLowerHyphen() - Method in class clusterless.commons.naming.Fixed
 
shortLowerHyphen() - Method in interface clusterless.commons.naming.Label
Returns an abbreviated lower hyphen formatted String.
shortLowerUnderscore() - Method in class clusterless.commons.naming.Fixed
 
shortLowerUnderscore() - Method in interface clusterless.commons.naming.Label
Returns an abbreviated lower underscore formatted String.
SIXTH_FORMATTER - Static variable in class clusterless.commons.temporal.IntervalDateTimeFormatter
 
SIXTH_OF_DAY - clusterless.commons.temporal.IntervalField
The sixth-of-day.
SIXTHS - clusterless.commons.temporal.IntervalUnit
 
stage() - Method in class clusterless.commons.naming.Ref
 
Stage - Class in clusterless.commons.naming
Stage is a Fixed value that represents a stage of deployment.
Stage(String) - Constructor for class clusterless.commons.naming.Stage
 
Strings - Class in clusterless.commons.util
Strings is a utility class for working with strings.
Strings() - Constructor for class clusterless.commons.util.Strings
 

T

thisIfNull(Label) - Method in interface clusterless.commons.naming.Label
Return the given Label if it does not represent "null" otherwise return this instance.
thisIfNull(Partition) - Method in interface clusterless.commons.naming.Partition
 
toString() - Method in class clusterless.commons.naming.Fixed
 
toString() - Method in class clusterless.commons.naming.Ref
 
toString() - Method in enum clusterless.commons.temporal.IntervalField
 
toString() - Method in enum clusterless.commons.temporal.IntervalUnit
 
truncate(Instant) - Method in class clusterless.commons.temporal.IntervalBuilder
 
truncate(OffsetDateTime) - Method in class clusterless.commons.temporal.IntervalBuilder
 
truncateAndFormat(Instant) - Method in class clusterless.commons.temporal.IntervalBuilder
 
truncateAndFormat(OffsetDateTime) - Method in class clusterless.commons.temporal.IntervalBuilder
 
TWELFTH_FORMATTER - Static variable in class clusterless.commons.temporal.IntervalDateTimeFormatter
 
TWELFTH_OF_DAY - clusterless.commons.temporal.IntervalField
The twelfth-of-day.
TWELFTHS - clusterless.commons.temporal.IntervalUnit
 

U

upperCamel(String) - Static method in class clusterless.commons.util.Strings
 
upperOnly() - Method in interface clusterless.commons.naming.Label
Return a Label instance with the value to upper case.
upperUnderscore() - Method in class clusterless.commons.naming.Fixed
 
upperUnderscore() - Method in interface clusterless.commons.naming.Label
Returns an upper underscore formatted String.

V

value() - Method in class clusterless.commons.naming.Fixed
 
value() - Method in interface clusterless.commons.naming.Partition.EnumPartition
 
valueOf(String) - Static method in enum clusterless.commons.naming.Ref.Qualifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum clusterless.commons.temporal.IntervalField
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum clusterless.commons.temporal.IntervalUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum clusterless.commons.util.Runtimes.Runtime
Returns the enum constant of this type with the specified name.
values() - Static method in enum clusterless.commons.naming.Ref.Qualifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum clusterless.commons.temporal.IntervalField
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum clusterless.commons.temporal.IntervalUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum clusterless.commons.util.Runtimes.Runtime
Returns an array containing the constants of this enum type, in the order they are declared.
verifyHasFormatter(TemporalUnit) - Static method in class clusterless.commons.temporal.IntervalUnits
Finds an appropriate DateTimeFormatter for the given unit
Version - Class in clusterless.commons.naming
Version is a Fixed value that represents a version.
Version(String) - Constructor for class clusterless.commons.naming.Version
 
versionNull() - Static method in class clusterless.commons.naming.Version
 

W

win - clusterless.commons.util.Runtimes.Runtime
 
with(Object) - Method in interface clusterless.commons.naming.Label
Return a Label that concatenates the given value.
with(Object) - Method in interface clusterless.commons.naming.Partition
 
withNamed(Object, Object) - Method in interface clusterless.commons.naming.Partition
 
withNamedTerminal(Object, Object) - Method in interface clusterless.commons.naming.Partition
 
withProvider(Fixed) - Method in class clusterless.commons.naming.Ref
 
withProvider(Label) - Method in class clusterless.commons.naming.Ref
 
withProvider(String) - Method in class clusterless.commons.naming.Ref
 
withQualifier(Ref.Qualifier) - Method in class clusterless.commons.naming.Ref
 
withResourceName(Fixed) - Method in class clusterless.commons.naming.Ref
 
withResourceName(Label) - Method in class clusterless.commons.naming.Ref
 
withResourceName(String) - Method in class clusterless.commons.naming.Ref
 
withResourceNs(Fixed) - Method in class clusterless.commons.naming.Ref
 
withResourceNs(Label) - Method in class clusterless.commons.naming.Ref
 
withResourceNs(String) - Method in class clusterless.commons.naming.Ref
 
withResourceType(Fixed) - Method in class clusterless.commons.naming.Ref
 
withResourceType(Label) - Method in class clusterless.commons.naming.Ref
 
withResourceType(String) - Method in class clusterless.commons.naming.Ref
 
withScope(Fixed) - Method in class clusterless.commons.naming.Ref
 
withScope(Label) - Method in class clusterless.commons.naming.Ref
 
withScope(String) - Method in class clusterless.commons.naming.Ref
 
withScopeVersion(Fixed) - Method in class clusterless.commons.naming.Ref
 
withScopeVersion(Version) - Method in class clusterless.commons.naming.Ref
 
withScopeVersion(String) - Method in class clusterless.commons.naming.Ref
 
withStage(Stage) - Method in class clusterless.commons.naming.Ref
 
withTerminal(Object) - Method in interface clusterless.commons.naming.Partition
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages