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 interface
ClassDependencyManufacturerContext
Context 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 interface
TypeQualifierInterrogatorContext
Context for theTypeQualifierInterrogator
.Classes in net.officefloor.plugin.clazz.qualifier that implement StatePoint Modifier and Type Class Description class
TypeQualifierInterrogation
TypeQualifierInterrogatorContext
implementation.Methods in net.officefloor.plugin.clazz.qualifier with parameters of type StatePoint Modifier and Type Method Description java.lang.String
TypeQualifierInterrogation. 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 class
StatePointImpl
StatePoint
implementation.Methods in net.officefloor.plugin.clazz.state that return StatePoint Modifier and Type Method Description static StatePoint
StatePoint. of(java.lang.reflect.Executable executable, int parameterIndex)
static StatePoint
StatePoint. of(java.lang.reflect.Field field)
CreatesStatePoint
for aField
.Methods in net.officefloor.plugin.clazz.state with parameters of type StatePoint Modifier and Type Method Description static java.lang.String
StatePoint. 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.Object
AbstractOfficeFloorJUnit. getDependency(FromOffice fromOffice, StatePoint statePoint)
Obtains the qualifier for theStatePoint
.protected boolean
AbstractOfficeFloorJUnit. isDependencyAvailable(FromOffice fromOffice, StatePoint statePoint)
Determines if the dependency is available.
-