Package com.yahoo.config.provision
Class InstanceName
java.lang.Object
ai.vespa.validation.StringWrapper<T>
ai.vespa.validation.PatternedStringWrapper<InstanceName>
com.yahoo.config.provision.InstanceName
- All Implemented Interfaces:
Comparable<InstanceName>
Represents an applications instance name, which may be any kind of string or default. This type is defined
in order to provide a type safe API for defining environments.
- Author:
- Ulf Lilleengen
-
Method Summary
Modifier and TypeMethodDescriptionstatic InstanceName
static InstanceName
boolean
boolean
isTester()
Methods inherited from class ai.vespa.validation.StringWrapper
compareTo, equals, hashCode, toString, value
-
Method Details
-
from
-
defaultName
-
isDefault
public boolean isDefault() -
isTester
public boolean isTester()
-