Package com._1c.g5.v8.dt.bsl.bm.resource
Class ExternalPropertyAwareOwnerComputerService
- java.lang.Object
-
- com._1c.g5.v8.dt.bsl.resource.owner.BslOwnerComputerService
-
- com._1c.g5.v8.dt.bsl.bm.resource.ExternalPropertyAwareOwnerComputerService
-
- All Implemented Interfaces:
IBslOwnerComputerService
public class ExternalPropertyAwareOwnerComputerService extends BslOwnerComputerService
BslOwnerComputerService
extension. This implementation usesIExternalPropertyManagerRegistry
to find out owners.
-
-
Field Summary
-
Fields inherited from class com._1c.g5.v8.dt.bsl.resource.owner.BslOwnerComputerService
FAKE_MODULE_NAME
-
-
Constructor Summary
Constructors Constructor Description ExternalPropertyAwareOwnerComputerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject
computeOwnerProxy(Module module)
Computes module owner proxy-
Methods inherited from class com._1c.g5.v8.dt.bsl.resource.owner.BslOwnerComputerService
computeDefines, computeEnvironments, computeOwnerEClass, computeOwnerUri
-
-
-
-
Method Detail
-
computeOwnerProxy
public org.eclipse.emf.ecore.EObject computeOwnerProxy(Module module)
Description copied from interface:IBslOwnerComputerService
Computes module owner proxy- Specified by:
computeOwnerProxy
in interfaceIBslOwnerComputerService
- Overrides:
computeOwnerProxy
in classBslOwnerComputerService
- Parameters:
module
- bslModule
- Returns:
- proxy of bsl module
-
-