@MessageBundle(projectCode="WFLYLNCHR",
length=4)
public interface LauncherMessages
Modifier and Type | Field and Description |
---|---|
static LauncherMessages |
MESSAGES |
Modifier and Type | Method and Description |
---|---|
IllegalArgumentException |
invalidDirectory(Path dir) |
IllegalArgumentException |
invalidDirectory(String filename,
Path dir) |
IllegalArgumentException |
invalidHostname(CharSequence hostname) |
IllegalArgumentException |
nullParam(String name) |
IllegalArgumentException |
pathDoesNotExist(Path path)
Creates a message indicating the path does not exist.
|
IllegalArgumentException |
pathNotAFile(Path path) |
static final LauncherMessages MESSAGES
@Message(id=1, value="The path \'%s\' does not exist") IllegalArgumentException pathDoesNotExist(Path path)
path
- the path that does not exist@Message(id=2, value="The directory \'%s\' is not a valid directory") IllegalArgumentException invalidDirectory(Path dir)
@Message(id=3, value="Invalid directory, could not find \'%s\' in \'%s\'") IllegalArgumentException invalidDirectory(String filename, Path dir)
@Message(id=4, value="Path \'%s\' is not a regular file.") IllegalArgumentException pathNotAFile(Path path)
@Message(id=5, value="The parameter %s cannot be null.") IllegalArgumentException nullParam(String name)
@Message(id=6, value="Invalid hostname: %s") IllegalArgumentException invalidHostname(CharSequence hostname)
Copyright © 2023 JBoss by Red Hat. All rights reserved.