Class Source
- java.lang.Object
-
- org.eclipse.cbi.maven.plugins.flatpakager.model.Source
-
public abstract class Source extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSource.Builderprotected static classSource.StripComponentFilter
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_STRIP_COMPONENTS
-
Constructor Summary
Constructors Constructor Description Source()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Source.Builderbuilder()abstract StringdestFilename()abstract Stringpath()abstract intstripComponents()abstract Stringtype()abstract Stringurl()
-
-
-
Field Detail
-
DEFAULT_STRIP_COMPONENTS
public static final int DEFAULT_STRIP_COMPONENTS
- See Also:
- Constant Field Values
-
-