Uses of Class
es.bsc.dataclay.util.management.stubs.ImplementationStubInfo
-
Packages that use ImplementationStubInfo Package Description es.bsc.dataclay.util.management.stubs This package contains classes used in management of Stubs. -
-
Uses of ImplementationStubInfo in es.bsc.dataclay.util.management.stubs
Methods in es.bsc.dataclay.util.management.stubs that return ImplementationStubInfo Modifier and Type Method Description ImplementationStubInfoStubInfo. getImplementationByID(String implID)Get implementation Stub Info from impl idImplementationStubInfoStubInfo. getImplementationByNameAndSignature(String implNameAndDesc)Get implementation Stub Info from op name and descriptorMethods in es.bsc.dataclay.util.management.stubs that return types with arguments of type ImplementationStubInfo Modifier and Type Method Description Map<String,ImplementationStubInfo>StubInfo. getImplementations()Get implementationsMap<String,ImplementationStubInfo>StubInfo. getImplementationsByID()Get implementationsByIDMethod parameters in es.bsc.dataclay.util.management.stubs with type arguments of type ImplementationStubInfo Modifier and Type Method Description voidStubInfo. setImplementations(Map<String,ImplementationStubInfo> newimplementations)Set the StubInfoForGeneration::implementationsvoidStubInfo. setImplementationsByID(Map<String,ImplementationStubInfo> newimplementationsByID)Set implementationsByIDConstructor parameters in es.bsc.dataclay.util.management.stubs with type arguments of type ImplementationStubInfo Constructor Description StubInfo(String newnamespace, String newclassName, String newparentClassName, AccountID newapplicantID, MetaClassID newclassID, NamespaceID newnamespaceID, Map<String,ImplementationStubInfo> newimplementationsByID, Map<String,ImplementationStubInfo> newimplementations, Map<String,PropertyStubInfo> newproperties, List<String> newpropertyListWithNulls, Set<ContractID> newContracts)StubInfo constructor
-