Package no.acntech.easycontainers.model
Object RepositoryName.Companion
-
- All Implemented Interfaces:
public class RepositoryName.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final RepositoryName
DEFAULT
private final RepositoryName
TEST
public final static RepositoryName.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final RepositoryName
of(String value)
final RepositoryName
getDEFAULT()
final RepositoryName
getTEST()
-
-
Method Detail
-
of
final RepositoryName of(String value)
-
getDEFAULT
final RepositoryName getDEFAULT()
-
getTEST
final RepositoryName getTEST()
-
-
-
-