Class WagonTransporterConfigurationKeys
- java.lang.Object
-
- org.eclipse.aether.transport.wagon.WagonTransporterConfigurationKeys
-
public final class WagonTransporterConfigurationKeys extends java.lang.Object
A transporter using Maven Wagon.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONFIG_PROP_CONFIGThe configuration to use for the Wagon provider.static java.lang.StringCONFIG_PROP_DIR_MODEOctal numerical notation of permissions to set for newly created directories.static java.lang.StringCONFIG_PROP_FILE_MODEOctal numerical notation of permissions to set for newly created files.static java.lang.StringCONFIG_PROP_GROUPGroup which should own newly created directories/files.
-
-
-
Field Detail
-
CONFIG_PROP_CONFIG
public static final java.lang.String CONFIG_PROP_CONFIG
The configuration to use for the Wagon provider.- See Also:
- Constant Field Values
-
CONFIG_PROP_FILE_MODE
public static final java.lang.String CONFIG_PROP_FILE_MODE
Octal numerical notation of permissions to set for newly created files. Only considered by certain Wagon providers.- See Also:
- Constant Field Values
-
CONFIG_PROP_DIR_MODE
public static final java.lang.String CONFIG_PROP_DIR_MODE
Octal numerical notation of permissions to set for newly created directories. Only considered by certain Wagon providers.- See Also:
- Constant Field Values
-
CONFIG_PROP_GROUP
public static final java.lang.String CONFIG_PROP_GROUP
Group which should own newly created directories/files. Only considered by certain Wagon providers.- See Also:
- Constant Field Values
-
-