Package com._1c.g5.v8.dt.ws.common
Class WSDefinitionComponentDescription
java.lang.Object
com._1c.g5.v8.dt.natives.library.AbstractComponentDescription
com._1c.g5.v8.dt.ws.common.WSDefinitionComponentDescription
- All Implemented Interfaces:
IComponentDescription
,IComponentLibraryResolver
,IComponentLoader
public class WSDefinitionComponentDescription
extends AbstractComponentDescription
implements IComponentLoader
IComponentLoader
for v8 platform WSDefinition components-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addExternalDependency
(IComponentDescription component) Adds external dependency component.void
checkLibraryResources
(Version version) Checks for existing of all files corresponding to the libraries resources including to the defining component.Gets component name.getLibraries
(Version version) Gets all files corresponding to the libraries including to the defining componentMethods inherited from class com._1c.g5.v8.dt.natives.library.AbstractComponentDescription
getDelegate, getVersionPathPart, resolveLibrary, resolveResource
-
Field Details
-
WS_DEFNITION_LIBRARIES
- See Also:
-
LIBRARIES
-
-
Constructor Details
-
WSDefinitionComponentDescription
public WSDefinitionComponentDescription()
-
-
Method Details
-
getComponentName
Description copied from interface:IComponentDescription
Gets component name. Each components should be have unique name if you want use it withIComponentLoaderManager
- Specified by:
getComponentName
in interfaceIComponentDescription
- Returns:
- unique name of the native component, never
null
-
getLibraries
Description copied from interface:IComponentDescription
Gets all files corresponding to the libraries including to the defining component- Specified by:
getLibraries
in interfaceIComponentDescription
- Parameters:
version
- actual runtime version of libraries, can'benull
- Returns:
- list of libraries, never
null
-
addExternalDependency
Description copied from interface:IComponentLoader
Adds external dependency component.- Specified by:
addExternalDependency
in interfaceIComponentLoader
- Parameters:
component
- external dependency component.
This component usually contains additional dependencies for loading native components.
For example, it should be "icu" library or other different components.
-
checkLibraryResources
Description copied from interface:IComponentDescription
Checks for existing of all files corresponding to the libraries resources including to the defining component. If some resources weren't foundRuntimeException
will be thrown.- Specified by:
checkLibraryResources
in interfaceIComponentDescription
- Parameters:
version
- actual runtime version of libraries, can'benull
-