Uses of Interface
net.officefloor.woof.model.objects.PropertySourceModel
-
Packages that use PropertySourceModel Package Description net.officefloor.woof.model.objects -
-
Uses of PropertySourceModel in net.officefloor.woof.model.objects
Classes in net.officefloor.woof.model.objects that implement PropertySourceModel Modifier and Type Class Description class
PropertyFileModel
class
PropertyModel
Methods in net.officefloor.woof.model.objects that return types with arguments of type PropertySourceModel Modifier and Type Method Description java.util.List<PropertySourceModel>
WoofManagedObjectModel. getPropertySources()
java.util.List<PropertySourceModel>
WoofPoolModel. getPropertySources()
java.util.List<PropertySourceModel>
WoofSupplierModel. getPropertySources()
Methods in net.officefloor.woof.model.objects with parameters of type PropertySourceModel Modifier and Type Method Description void
WoofManagedObjectModel. addPropertySource(PropertySourceModel propertySource)
void
WoofPoolModel. addPropertySource(PropertySourceModel propertySource)
void
WoofSupplierModel. addPropertySource(PropertySourceModel propertySource)
void
WoofManagedObjectModel. removePropertySource(PropertySourceModel propertySource)
void
WoofPoolModel. removePropertySource(PropertySourceModel propertySource)
void
WoofSupplierModel. removePropertySource(PropertySourceModel propertySource)
Constructors in net.officefloor.woof.model.objects with parameters of type PropertySourceModel Constructor Description WoofManagedObjectModel(java.lang.String managedObjectSourceClassName, java.lang.String classManagedObjectSourceClass, long timeout, java.lang.String qualifier, java.lang.String type, java.lang.String scope, WoofPoolModel pool, PropertySourceModel[] propertySource, TypeQualificationModel[] typeQualification, WoofFlowModel[] flow, WoofDependencyModel[] dependency, WoofStartBeforeModel[] startBefore, WoofStartAfterModel[] startAfter)
Convenience constructor.WoofManagedObjectModel(java.lang.String managedObjectSourceClassName, java.lang.String classManagedObjectSourceClass, long timeout, java.lang.String qualifier, java.lang.String type, java.lang.String scope, WoofPoolModel pool, PropertySourceModel[] propertySource, TypeQualificationModel[] typeQualification, WoofFlowModel[] flow, WoofDependencyModel[] dependency, WoofStartBeforeModel[] startBefore, WoofStartAfterModel[] startAfter, int x, int y)
Convenience constructor allowing XY initialising.WoofPoolModel(java.lang.String managedObjectPoolSourceClassName, PropertySourceModel[] propertySource)
Convenience constructor.WoofPoolModel(java.lang.String managedObjectPoolSourceClassName, PropertySourceModel[] propertySource, int x, int y)
Convenience constructor allowing XY initialising.WoofSupplierModel(java.lang.String supplierSourceClassName, PropertySourceModel[] propertySource)
Convenience constructor.WoofSupplierModel(java.lang.String supplierSourceClassName, PropertySourceModel[] propertySource, int x, int y)
Convenience constructor allowing XY initialising.
-