Class DefaultImportingContext

  • All Implemented Interfaces:
    com.xebialabs.deployit.server.api.importer.ImportingContext

    public class DefaultImportingContext
    extends java.lang.Object
    implements com.xebialabs.deployit.server.api.importer.ImportingContext
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T getAttribute​(java.lang.String s)  
      <T> void setAttribute​(java.lang.String s, T t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultImportingContext

        public DefaultImportingContext()
    • Method Detail

      • getAttribute

        public <T> T getAttribute​(java.lang.String s)
        Specified by:
        getAttribute in interface com.xebialabs.deployit.server.api.importer.ImportingContext
      • setAttribute

        public <T> void setAttribute​(java.lang.String s,
                                     T t)
        Specified by:
        setAttribute in interface com.xebialabs.deployit.server.api.importer.ImportingContext