Class M2Constants
- java.lang.Object
-
- org.guvnor.m2repo.client.resources.i18n.M2Constants
-
public class M2Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringArtifactRepositoryPreference_DistributionManagementM2RepoDirEnabledstatic StringArtifactRepositoryPreference_GlobalM2RepoDirstatic StringArtifactRepositoryPreference_GlobalM2RepoDirEnabledstatic StringArtifactRepositoryPreference_Labelstatic StringArtifactRepositoryPreference_WorkspaceM2RepoDirstatic StringArtifactRepositoryPreference_WorkspaceM2RepoDirEnabled
-
Constructor Summary
Constructors Constructor Description M2Constants()
-
-
-
Field Detail
-
ArtifactRepositoryPreference_Label
@TranslationKey(defaultValue="Artifact Repository") public static final String ArtifactRepositoryPreference_Label
- See Also:
- Constant Field Values
-
ArtifactRepositoryPreference_GlobalM2RepoDir
@TranslationKey(defaultValue="Global M2 repository directory") public static final String ArtifactRepositoryPreference_GlobalM2RepoDir
- See Also:
- Constant Field Values
-
ArtifactRepositoryPreference_GlobalM2RepoDirEnabled
@TranslationKey(defaultValue="Is Global M2 repository directory enabled?") public static final String ArtifactRepositoryPreference_GlobalM2RepoDirEnabled
- See Also:
- Constant Field Values
-
ArtifactRepositoryPreference_WorkspaceM2RepoDir
@TranslationKey(defaultValue="Workspace M2 repository directory") public static final String ArtifactRepositoryPreference_WorkspaceM2RepoDir
- See Also:
- Constant Field Values
-
ArtifactRepositoryPreference_WorkspaceM2RepoDirEnabled
@TranslationKey(defaultValue="Is Workspace M2 repository directory enabled?") public static final String ArtifactRepositoryPreference_WorkspaceM2RepoDirEnabled
- See Also:
- Constant Field Values
-
ArtifactRepositoryPreference_DistributionManagementM2RepoDirEnabled
@TranslationKey(defaultValue="Is Distribution Management repository enabled?") public static final String ArtifactRepositoryPreference_DistributionManagementM2RepoDirEnabled
- See Also:
- Constant Field Values
-
-