public class DefaultImportingContext
extends java.lang.Object
implements com.xebialabs.deployit.server.api.importer.ImportingContext
| Constructor and Description |
|---|
DefaultImportingContext() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAttribute(java.lang.String s) |
<T> void |
setAttribute(java.lang.String s,
T t) |
public <T> T getAttribute(java.lang.String s)
getAttribute in interface com.xebialabs.deployit.server.api.importer.ImportingContextpublic <T> void setAttribute(java.lang.String s,
T t)
setAttribute in interface com.xebialabs.deployit.server.api.importer.ImportingContext