org.apache.ivy.core.settings

Interface Validatable

public interface Validatable

Implemented by settings element which need to perform validation when settings are loaded.
Method Summary
voidvalidate()
Validates the Validatable, throwing an IllegalStateException if the current state is not valid.

Method Detail

validate

public void validate()
Validates the Validatable, throwing an IllegalStateException if the current state is not valid.

Throws: IllegalStateException if the state of the Validatable is not valid.