public abstract class Source extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
Source.Builder |
|
protected static class |
Source.StripComponentFilter |
Modifier and Type | Field | Description |
---|---|---|
static int |
DEFAULT_STRIP_COMPONENTS |
Constructor | Description |
---|---|
Source() |
Modifier and Type | Method | 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
public abstract String type()
public abstract int stripComponents()
public static Source.Builder builder()
Copyright © 2019 Eclipse Foundation. All rights reserved.