Package org.bndly.schema.beans
Interface ImportStateHolder
-
- All Known Implementing Classes:
ImportStateHolderImpl
public interface ImportStateHolder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasBeenImported(String name)voidreset()
-
-
-
Method Detail
-
hasBeenImported
boolean hasBeenImported(String name)
-
reset
void reset()
-
-