Interface UuidChecker
-
- All Known Implementing Classes:
UuidCheckerImpl
public interface UuidChecker
Checks whether an existing uuid can be used in config
-
-
Field Summary
Fields Modifier and Type Field Description static UuidChecker
ACCEPT_ALL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canUseBuildUuid(File configFile, String uuid)
boolean
canUseProjectUuid(File configFile, String uuid)
boolean
canUseVcsRootUuid(File configFile, String uuid)
-
-
-
Field Detail
-
ACCEPT_ALL
static final UuidChecker ACCEPT_ALL
-
-