Package | Description |
---|---|
net.officefloor.model.objects |
Modifier and Type | Class and Description |
---|---|
class |
PropertyFileModel |
class |
PropertyModel |
Modifier and Type | Method and Description |
---|---|
List<PropertySourceModel> |
AutoWireSupplierModel.getPropertySources() |
List<PropertySourceModel> |
AutoWireManagedObjectModel.getPropertySources() |
Modifier and Type | Method and Description |
---|---|
void |
AutoWireSupplierModel.addPropertySource(PropertySourceModel propertySource) |
void |
AutoWireManagedObjectModel.addPropertySource(PropertySourceModel propertySource) |
void |
AutoWireSupplierModel.removePropertySource(PropertySourceModel propertySource) |
void |
AutoWireManagedObjectModel.removePropertySource(PropertySourceModel propertySource) |
Constructor and Description |
---|
AutoWireManagedObjectModel(String managedObjectSourceClassName,
String classManagedObjectSourceClass,
long timeout,
String qualifier,
String type,
String scope,
PropertySourceModel[] propertySource,
AutoWireModel[] autoWire,
AutoWireFlowModel[] flow,
AutoWireTeamModel[] team,
AutoWireDependencyModel[] dependency)
Convenience constructor.
|
AutoWireManagedObjectModel(String managedObjectSourceClassName,
String classManagedObjectSourceClass,
long timeout,
String qualifier,
String type,
String scope,
PropertySourceModel[] propertySource,
AutoWireModel[] autoWire,
AutoWireFlowModel[] flow,
AutoWireTeamModel[] team,
AutoWireDependencyModel[] dependency,
int x,
int y)
Convenience constructor allowing XY initialising.
|
AutoWireSupplierModel(String supplierSourceClassName,
PropertySourceModel[] propertySource)
Convenience constructor.
|
AutoWireSupplierModel(String supplierSourceClassName,
PropertySourceModel[] propertySource,
int x,
int y)
Convenience constructor allowing XY initialising.
|
Copyright © 2005–2016. All rights reserved.