
hudson.logging.Messages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hudson-core Show documentation
Show all versions of hudson-core Show documentation
Contains the core Hudson code and view files to render HTML.
The newest version!
// CHECKSTYLE:OFF
package hudson.logging;
import org.jvnet.localizer.Localizable;
import org.jvnet.localizer.ResourceBundleHolder;
@SuppressWarnings({
"",
"PMD"
})
public class Messages {
private final static ResourceBundleHolder holder = ResourceBundleHolder.get(Messages.class);
/**
* Initialing log recorders
*
*/
public static String LogRecorderManager_init() {
return holder.format("LogRecorderManager.init");
}
/**
* Initialing log recorders
*
*/
public static Localizable _LogRecorderManager_init() {
return new Localizable(holder, "LogRecorderManager.init");
}
/**
* all
*
*/
public static String LogRecorderManager_DisplayName() {
return holder.format("LogRecorderManager.DisplayName");
}
/**
* all
*
*/
public static Localizable _LogRecorderManager_DisplayName() {
return new Localizable(holder, "LogRecorderManager.DisplayName");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy