Package cz.vutbr.fit.layout.impl
Class BaseArtifactService
- java.lang.Object
-
- cz.vutbr.fit.layout.impl.BaseService
-
- cz.vutbr.fit.layout.impl.BaseParametrizedOperation
-
- cz.vutbr.fit.layout.impl.BaseArtifactService
-
- All Implemented Interfaces:
ArtifactService
,ParametrizedOperation
,Service
- Direct Known Subclasses:
BasicSegmProvider
,BCSProvider
,ConnectionSetArtifactService
,CSSBoxTreeProvider
,MetadataTextChunksProvider
,OperatorApplicationProvider
,OperatorWrapperProvider
,PDFBoxTreeProvider
,PuppeteerTreeProvider
,TextChunksProvider
,VipsProvider
,VisualBoxTreeProvider
public abstract class BaseArtifactService extends BaseParametrizedOperation implements ArtifactService
A base implementation of an artifact service.- Author:
- burgetr
-
-
Constructor Summary
Constructors Constructor Description BaseArtifactService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCategory()
A category that allows to group similar services.String
toString()
-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseParametrizedOperation
defineParams, getParam, getParams, getParamString, setParam
-
Methods inherited from class cz.vutbr.fit.layout.impl.BaseService
getServiceManager, setServiceManager
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cz.vutbr.fit.layout.api.ArtifactService
getConsumes, getProduces, process
-
Methods inherited from interface cz.vutbr.fit.layout.api.Service
getDescription, getId, getName, setServiceManager
-
-
-
-
Method Detail
-
getCategory
public String getCategory()
Description copied from interface:Service
A category that allows to group similar services.- Specified by:
getCategory
in interfaceService
- Returns:
- Category name or
null
when no category is assigned.
-
-