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 StringgetCategory()A category that allows to group similar services.StringtoString()-
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:ServiceA category that allows to group similar services.- Specified by:
getCategoryin interfaceService- Returns:
- Category name or
nullwhen no category is assigned.
-
-