com.xebialabs.deployit.service.importer
Class DefaultImportingContext

java.lang.Object
  extended by com.xebialabs.deployit.service.importer.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


Constructor Summary
DefaultImportingContext()
           
 
Method Summary
<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