Class WagonTransporterConfigurationKeys
java.lang.Object
org.eclipse.aether.transport.wagon.WagonTransporterConfigurationKeys
A transporter using Maven Wagon.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The configuration to use for the Wagon provider.static final String
Octal numerical notation of permissions to set for newly created directories.static final String
Octal numerical notation of permissions to set for newly created files.static final String
Group which should own newly created directories/files. -
Method Summary
-
Field Details
-
CONFIG_PROP_CONFIG
The configuration to use for the Wagon provider.- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
Object
- Supports Repo ID Suffix:
- Yes
-
CONFIG_PROP_FILE_MODE
Octal numerical notation of permissions to set for newly created files. Only considered by certain Wagon providers.- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
String
- Supports Repo ID Suffix:
- Yes
-
CONFIG_PROP_DIR_MODE
Octal numerical notation of permissions to set for newly created directories. Only considered by certain Wagon providers.- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
String
- Supports Repo ID Suffix:
- Yes
-
CONFIG_PROP_GROUP
Group which should own newly created directories/files. Only considered by certain Wagon providers.- See Also:
- Sourced from:
RepositorySystemSession.getConfigProperties()
- Value type:
String
- Supports Repo ID Suffix:
- Yes
-