Class MavenOptions
java.lang.Object
org.wildfly.prospero.api.MavenOptions
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MavenOptionsstatic final MavenOptionsstatic final MavenOptions -
Method Summary
Modifier and TypeMethodDescriptionstatic MavenOptions.Builderbuilder()booleanorg.apache.maven.settings.SettingsParses the maven settings fileinthashCode()booleanbooleanmerge(MavenOptions override) booleanstatic MavenOptionstoString()void
-
Field Details
-
DEFAULT_OPTIONS
-
OFFLINE_NO_CACHE
-
OFFLINE
-
-
Method Details
-
builder
-
getLocalCache
-
isOffline
public boolean isOffline() -
isNoLocalCache
public boolean isNoLocalCache() -
overridesLocalCache
public boolean overridesLocalCache() -
getMavenSettingsPath
-
getMavenSettings
public org.apache.maven.settings.Settings getMavenSettings()Parses the maven settings file- Returns:
- Maven Settings instance
-
getFilterManifest
-
toString
-
merge
-
write
- Throws:
IOException
-
read
- Throws:
IOException
-
equals
-
hashCode
-