public class Initialization extends AbstractUserConfiguration
AbstractUserConfiguration.PrefixIterable| Constructor and Description |
|---|
Initialization() |
| Modifier and Type | Method and Description |
|---|---|
net.bytebuddy.build.EntryPoint |
getEntryPoint(ClassLoaderResolver classLoaderResolver,
java.io.File root,
java.lang.Iterable<? extends java.io.File> classPath)
Resolves this initialization to an entry point instance.
|
static Initialization |
makeDefault()
Creates a default initialization instance.
|
void |
setEntryPoint(java.lang.String entryPoint)
Sets the default entry point or any constant name of
EntryPoint.Default. |
getClassPath, setClassPathpublic static Initialization makeDefault()
public void setEntryPoint(java.lang.String entryPoint)
EntryPoint.Default.entryPoint - The default entry point or any constant name of EntryPoint.Default.public net.bytebuddy.build.EntryPoint getEntryPoint(ClassLoaderResolver classLoaderResolver, java.io.File root, java.lang.Iterable<? extends java.io.File> classPath)
classLoaderResolver - The class loader resolver to use if appropriate.root - The root file describing the current tasks classes.classPath - The class path of the current task.