Package org.apache.ivy.core.settings
Interface Validatable
-
- All Known Implementing Classes:
AbstractOSGiResolver
,AbstractPatternsBasedResolver
,AbstractResolver
,AbstractWorkspaceResolver
,AggregatedOSGiResolver
,BasicResolver
,BintrayResolver
,CacheResolver
,ChainResolver
,DualResolver
,FileSystemResolver
,IBiblioResolver
,IvyRepResolver
,JarResolver
,MirroredURLResolver
,OBRResolver
,PackagerResolver
,RepositoryResolver
,UpdateSiteResolver
,URLResolver
,VsftpResolver
,WorkspaceChainResolver
public interface Validatable
Implemented by settings element which need to perform validation when settings are loaded.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
validate()
Validates the Validatable, throwing anIllegalStateException
if the current state is not valid.
-
-
-
Method Detail
-
validate
void validate()
Validates the Validatable, throwing anIllegalStateException
if the current state is not valid.- Throws:
java.lang.IllegalStateException
- if the state of theValidatable
is not valid.
-
-