Class AutoValue_Source
java.lang.Object
org.eclipse.cbi.maven.plugins.flatpakager.model.Source
org.eclipse.cbi.maven.plugins.flatpakager.model.AutoValue_Source
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.eclipse.cbi.maven.plugins.flatpakager.model.Source
Source.StripComponentFilter
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final String
private final String
private final int
private final String
private final String
Fields inherited from class org.eclipse.cbi.maven.plugins.flatpakager.model.Source
DEFAULT_STRIP_COMPONENTS
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
AutoValue_Source
(String type, String path, String url, int stripComponents, String destFilename) -
Method Summary
-
Field Details
-
type
-
path
-
url
-
stripComponents
private final int stripComponents -
destFilename
-
-
Constructor Details
-
AutoValue_Source
-
-
Method Details
-
type
-
path
-
url
-
stripComponents
public int stripComponents()- Specified by:
stripComponents
in classSource
-
destFilename
- Specified by:
destFilename
in classSource
-
toString
-
equals
-
hashCode
public int hashCode()
-