Class Cli


  • public class Cli
    extends Object
    Author:
    burgetr
    • Method Detail

      • copy

        public Cli copy()
        Creates a sub-shell for parallel tasks. It shares the same artifact repository and initial initial values of the artifacts being processed.
        Returns:
        a new Cli instance for a sub-task
      • setArtifactRepository

        public void setArtifactRepository​(ArtifactRepository artifactRepository)
      • getPage

        public Page getPage()
      • setPage

        public void setPage​(Page page)
      • getAreaTree

        public AreaTree getAreaTree()
      • setAreaTree

        public void setAreaTree​(AreaTree areaTree)
      • getLastArtifact

        public Artifact getLastArtifact()
        Gets the last created artifact.
        Returns:
      • setLastArtifact

        public void setLastArtifact​(Artifact art)
      • getServiceManager

        public ServiceManager getServiceManager()
        Gets a service manager and repository for generating the artifacr IRIs
        Returns:
        the service manager
      • execCommandLine

        public int execCommandLine​(String[] args)
      • main

        public static void main​(String[] args)
        Parameters:
        args -