Uses of Interface
net.officefloor.plugin.clazz.state.StatePoint
-
Packages that use StatePoint Package Description net.officefloor.plugin.clazz.dependency net.officefloor.plugin.clazz.qualifier net.officefloor.plugin.clazz.state net.officefloor.test -
-
Uses of StatePoint in net.officefloor.plugin.clazz.dependency
Subinterfaces of StatePoint in net.officefloor.plugin.clazz.dependency Modifier and Type Interface Description interfaceClassDependencyManufacturerContextContext for theClassDependencyManufacturer. -
Uses of StatePoint in net.officefloor.plugin.clazz.qualifier
Subinterfaces of StatePoint in net.officefloor.plugin.clazz.qualifier Modifier and Type Interface Description interfaceTypeQualifierInterrogatorContextContext for theTypeQualifierInterrogator.Classes in net.officefloor.plugin.clazz.qualifier that implement StatePoint Modifier and Type Class Description classTypeQualifierInterrogationTypeQualifierInterrogatorContextimplementation.Methods in net.officefloor.plugin.clazz.qualifier with parameters of type StatePoint Modifier and Type Method Description java.lang.StringTypeQualifierInterrogation. extractTypeQualifier(StatePoint statePoint)Extracts the possible type qualifier. -
Uses of StatePoint in net.officefloor.plugin.clazz.state
Classes in net.officefloor.plugin.clazz.state that implement StatePoint Modifier and Type Class Description classStatePointImplStatePointimplementation.Methods in net.officefloor.plugin.clazz.state that return StatePoint Modifier and Type Method Description static StatePointStatePoint. of(java.lang.reflect.Executable executable, int parameterIndex)static StatePointStatePoint. of(java.lang.reflect.Field field)CreatesStatePointfor aField.Methods in net.officefloor.plugin.clazz.state with parameters of type StatePoint Modifier and Type Method Description static java.lang.StringStatePoint. toLocation(StatePoint statePoint)Obtains the location of theStatePoint.Constructors in net.officefloor.plugin.clazz.state with parameters of type StatePoint Constructor Description StatePointImpl(StatePoint statePoint)Allows extension of theStatePoint. -
Uses of StatePoint in net.officefloor.test
Methods in net.officefloor.test with parameters of type StatePoint Modifier and Type Method Description protected java.lang.ObjectAbstractOfficeFloorJUnit. getDependency(FromOffice fromOffice, StatePoint statePoint)Obtains the qualifier for theStatePoint.protected booleanAbstractOfficeFloorJUnit. isDependencyAvailable(FromOffice fromOffice, StatePoint statePoint)Determines if the dependency is available.
-