Package | Description |
---|---|
net.bytebuddy.build |
A package for types that allow for applying Byte Buddy transformation during a build process.
|
Modifier and Type | Class and Description |
---|---|
static class |
Plugin.Engine.Source.Empty
An empty source that does not contain any elements or a manifest.
|
static class |
Plugin.Engine.Source.ForFolder
Represents the contents of a folder as class files.
|
static class |
Plugin.Engine.Source.InMemory
A source that represents a collection of in-memory resources that are represented as byte arrays.
|
static class |
Plugin.Engine.Source.Origin.ForJarFile
An origin implementation for a jar file.
|
Modifier and Type | Method and Description |
---|---|
Plugin.Engine.Source.Origin |
Plugin.Engine.Source.read()
Initiates reading from a source.
|
Plugin.Engine.Source.Origin |
Plugin.Engine.Source.Empty.read()
Initiates reading from a source.
|
Plugin.Engine.Source.Origin |
Plugin.Engine.Source.InMemory.read()
Initiates reading from a source.
|
Plugin.Engine.Source.Origin |
Plugin.Engine.Source.ForFolder.read()
Initializes a reading from this source.
|
Plugin.Engine.Source.Origin |
Plugin.Engine.Source.ForJarFile.read()
Initiates reading from a source.
|
Copyright © 2014–2020. All rights reserved.