Class SourcePostprocessor.Result
- java.lang.Object
-
- io.github.mkoncek.classpathless.api.SourcePostprocessor.Result
-
- Enclosing interface:
- SourcePostprocessor
public static final class SourcePostprocessor.Result extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description boolean
changed
IdentifiedSource
source
-
Constructor Summary
Constructors Constructor Description Result(IdentifiedSource source, boolean changed)
-
-
-
Field Detail
-
source
public final IdentifiedSource source
-
changed
public final boolean changed
-
-
Constructor Detail
-
Result
public Result(IdentifiedSource source, boolean changed)
-
-