Class ImportContext

java.lang.Object
step.core.imports.ImportContext
All Implemented Interfaces:
AutoCloseable

public class ImportContext extends Object implements AutoCloseable
  • Constructor Details

  • Method Details

    • getImportConfiguration

      public ImportConfiguration getImportConfiguration()
    • getVersion

      public step.core.Version getVersion()
    • setVersion

      public void setVersion(step.core.Version version)
    • getMetadata

      public Map<String,String> getMetadata()
    • setMetadata

      public void setMetadata(Map<String,String> metadata)
    • getLocalResourceMgr

      public LocalResourceManagerImpl getLocalResourceMgr()
    • getTempCollectionFactory

      public step.core.collections.CollectionFactory getTempCollectionFactory()
    • getReferences

      public Map<String,String> getReferences()
    • getNewToOldReferences

      public Map<String,String> getNewToOldReferences()
    • getMessages

      public Set<String> getMessages()
    • addMessage

      public boolean addMessage(String e)
    • getWorkFolder

      public File getWorkFolder()
    • close

      public void close() throws Exception
      Specified by:
      close in interface AutoCloseable
      Throws:
      Exception