Package | Description |
---|---|
org.netbeans.modules.maven.options |
Modifier and Type | Method and Description |
---|---|
MavenSettings.DownloadStrategy |
MavenSettings.getBinaryDownloadStrategy() |
MavenSettings.DownloadStrategy |
MavenSettings.getJavadocDownloadStrategy() |
MavenSettings.DownloadStrategy |
MavenSettings.getSourceDownloadStrategy() |
static MavenSettings.DownloadStrategy |
MavenSettings.DownloadStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MavenSettings.DownloadStrategy[] |
MavenSettings.DownloadStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MavenSettings.setBinaryDownloadStrategy(MavenSettings.DownloadStrategy ds) |
void |
MavenSettings.setJavadocDownloadStrategy(MavenSettings.DownloadStrategy ds) |
void |
MavenSettings.setSourceDownloadStrategy(MavenSettings.DownloadStrategy ds) |