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