public abstract class JkBean
extends java.lang.Object
JkRuntime.getBean(Class).| Modifier | Constructor and Description |
|---|---|
protected |
JkBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean()
Cleans the output directory.
|
java.nio.file.Path |
getBaseDir() |
JkImportedJkBeans |
getImportedJkBeans() |
java.nio.file.Path |
getOutputDir()
Returns the output directory where all the final and intermediate artifacts are generated.
|
JkRuntime |
getRuntime() |
void |
help() |
protected void |
init()
This method is invoked once field values have been injected.
|
protected void |
postInit() |
java.lang.String |
toString() |
public void help()
public java.nio.file.Path getBaseDir()
public java.nio.file.Path getOutputDir()
protected void init()
throws java.lang.Exception
java.lang.Exceptionprotected void postInit()
throws java.lang.Exception
java.lang.Exceptionpublic void clean()
public JkImportedJkBeans getImportedJkBeans()
public JkRuntime getRuntime()
public java.lang.String toString()
toString in class java.lang.Object