@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
static org.jvnet.localizer.Localizable |
_Slot_name_blank(Object arg0,
Object arg1)
Key
Slot_name_blank : Source slot({0}) and target
slot({1}) cannot be blank. . |
static org.jvnet.localizer.Localizable |
_Slot_name_same()
Key
Slot_name_same : Source slot and target slot cannot
be the same. . |
static org.jvnet.localizer.Localizable |
_Slot_not_exist(Object arg0,
Object arg1,
Object arg2)
Key
Slot_not_exist : Either source slot({0}) or target
slot({1}) does not exist for web app {2} . |
static String |
Slot_name_blank(Object arg0,
Object arg1)
Key
Slot_name_blank : Source slot({0}) and target
slot({1}) cannot be blank. . |
static String |
Slot_name_same()
Key
Slot_name_same : Source slot and target slot cannot
be the same. . |
static String |
Slot_not_exist(Object arg0,
Object arg1,
Object arg2)
Key
Slot_not_exist : Either source slot({0}) or target
slot({1}) does not exist for web app {2} . |
public static String Slot_name_blank(Object arg0, Object arg1)
Slot_name_blank
: Source slot({0}) and target
slot({1}) cannot be blank.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Source slot({0}) and target slot({1}) cannot be blank.
public static org.jvnet.localizer.Localizable _Slot_name_blank(Object arg0, Object arg1)
Slot_name_blank
: Source slot({0}) and target
slot({1}) cannot be blank.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Source slot({0}) and target slot({1}) cannot be blank.
public static String Slot_not_exist(Object arg0, Object arg1, Object arg2)
Slot_not_exist
: Either source slot({0}) or target
slot({1}) does not exist for web app {2}
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Either source slot({0}) or target slot({1}) does not exist for
web app {2}
public static org.jvnet.localizer.Localizable _Slot_not_exist(Object arg0, Object arg1, Object arg2)
Slot_not_exist
: Either source slot({0}) or target
slot({1}) does not exist for web app {2}
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Either source slot({0}) or target slot({1}) does not exist for
web app {2}
public static String Slot_name_same()
Slot_name_same
: Source slot and target slot cannot
be the same.
.Source slot and target slot cannot be the same.
public static org.jvnet.localizer.Localizable _Slot_name_same()
Slot_name_same
: Source slot and target slot cannot
be the same.
.Source slot and target slot cannot be the same.
Copyright © 2016–2021. All rights reserved.