public abstract class Source extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Source.Builder |
protected static class |
Source.StripComponentFilter |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_STRIP_COMPONENTS |
Constructor and Description |
---|
Source() |
Modifier and Type | Method and Description |
---|---|
static Source.Builder |
builder() |
abstract String |
destFilename() |
abstract String |
path() |
abstract int |
stripComponents() |
abstract String |
type() |
abstract String |
url() |
public static final int DEFAULT_STRIP_COMPONENTS
Copyright © 2018 Eclipse Foundation. All rights reserved.