Uses of Interface
net.bytebuddy.build.Plugin.Engine.Source.Origin
-
Packages that use Plugin.Engine.Source.Origin Package Description net.bytebuddy.build A package for types that allow for applying Byte Buddy transformation during a build process. -
-
Uses of Plugin.Engine.Source.Origin in net.bytebuddy.build
Classes in net.bytebuddy.build that implement Plugin.Engine.Source.Origin Modifier and Type Class Description static classPlugin.Engine.Source.EmptyAn empty source that does not contain any elements or a manifest.static classPlugin.Engine.Source.ForFolderRepresents the contents of a folder as class files.static classPlugin.Engine.Source.InMemoryA source that represents a collection of in-memory resources that are represented as byte arrays.static classPlugin.Engine.Source.Origin.ForJarFileAn origin implementation for a jar file.Methods in net.bytebuddy.build that return Plugin.Engine.Source.Origin Modifier and Type Method Description Plugin.Engine.Source.OriginPlugin.Engine.Source.Empty. read()Initiates reading from a source.Plugin.Engine.Source.OriginPlugin.Engine.Source.ForFolder. read()Initializes a reading from this source.Plugin.Engine.Source.OriginPlugin.Engine.Source.ForJarFile. read()Initiates reading from a source.Plugin.Engine.Source.OriginPlugin.Engine.Source.InMemory. read()Initiates reading from a source.Plugin.Engine.Source.OriginPlugin.Engine.Source. read()Initiates reading from a source.
-