Class DockerfileDiscoverer
java.lang.Object
org.palladiosimulator.retriever.extraction.discoverers.DockerfileDiscoverer
- All Implemented Interfaces:
org.palladiosimulator.retriever.services.Discoverer
,org.palladiosimulator.retriever.services.Service
public class DockerfileDiscoverer
extends Object
implements org.palladiosimulator.retriever.services.Discoverer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionde.uka.ipd.sdq.workflow.jobs.IBlackboardInteractingJob<org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard>
create
(org.palladiosimulator.retriever.services.RetrieverConfiguration configuration, org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard) getID()
getName()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.palladiosimulator.retriever.services.Discoverer
getDependentServices, getRequiredServices
-
Constructor Details
-
DockerfileDiscoverer
public DockerfileDiscoverer()
-
-
Method Details
-
create
public de.uka.ipd.sdq.workflow.jobs.IBlackboardInteractingJob<org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard> create(org.palladiosimulator.retriever.services.RetrieverConfiguration configuration, org.palladiosimulator.retriever.services.blackboard.RetrieverBlackboard blackboard) - Specified by:
create
in interfaceorg.palladiosimulator.retriever.services.Service
-
getConfigurationKeys
- Specified by:
getConfigurationKeys
in interfaceorg.palladiosimulator.retriever.services.Service
-
getID
- Specified by:
getID
in interfaceorg.palladiosimulator.retriever.services.Service
-
getName
- Specified by:
getName
in interfaceorg.palladiosimulator.retriever.services.Service
-