For IntelliJ IDEA,
Android Studio or Eclipse



private void myMethod () {}
/** * Returns a logger based on the given logger name. * * @param loggerName * The logger name. * @return The logger. */ public static Logger getLogger(String loggerName) { return getInstance().getLoggerFacade().getLogger(loggerName); }
/** * Returns the classloader resource for a given name/path. * * @param name * The name/path to lookup. * @return The resource URL. */ public static java.net.URL getResource(String name) { return getInstance().getClassLoader().getResource(name); }
/** * Returns a logger based on the class name of the given object. * * @param clazz * The parent class. * @return The logger. */ public static Logger getLogger(Class<?> clazz) { return getInstance().getLoggerFacade().getLogger(clazz); }
/** * Returns the class object for the given name using the engine classloader. * * @param className * The class name to lookup. * @return The class object or null if the class was not found. * @see #getClassLoader() */ public static Class<?> loadClass(String className) throws ClassNotFoundException { return getInstance().getClassLoader().loadClass(className); }
/** * Returns an anonymous logger. By default it calls * {@link #getLogger(String)} with a "" name. * * @return The logger. */ public static Logger getAnonymousLogger() { return getInstance().getLoggerFacade().getAnonymousLogger(); }
/** * Returns a logger based on the class name of the given object. * * @param clazz * The parent class. * @return The logger. */ public static Logger getLogger(Class<?> clazz) { return getInstance().getLoggerFacade().getLogger(clazz); }
/** * Returns a logger based on the class name of the given object. * * @param clazz * The parent class. * @return The logger. */ public static Logger getLogger(Class<?> clazz) { return getInstance().getLoggerFacade().getLogger(clazz); }
/** * Returns an anonymous logger. By default it calls * {@link #getLogger(String)} with a "" name. * * @return The logger. */ public static Logger getAnonymousLogger() { return getInstance().getLoggerFacade().getAnonymousLogger(); }
/** * Returns the class object for the given name using the engine classloader. * * @param className * The class name to lookup. * @return The class object or null if the class was not found. * @see #getClassLoader() */ public static Class<?> loadClass(String className) throws ClassNotFoundException { return getInstance().getClassLoader().loadClass(className); }
/** * Returns a logger based on the given logger name. * * @param loggerName * The logger name. * @return The logger. */ public static Logger getLogger(String loggerName) { return getInstance().getLoggerFacade().getLogger(loggerName); }
/** * Returns the classloader resource for a given name/path. * * @param name * The name/path to lookup. * @return The resource URL. */ public static java.net.URL getResource(String name) { return getInstance().getClassLoader().getResource(name); }
/** * Returns the class object for the given name using the engine classloader. * * @param className * The class name to lookup. * @return The class object or null if the class was not found. * @see #getClassLoader() */ public static Class<?> loadClass(String className) throws ClassNotFoundException { return getInstance().getClassLoader().loadClass(className); }
/** * Returns a logger based on the class name of the given object. * * @param clazz * The parent class. * @return The logger. */ public static Logger getLogger(Class<?> clazz) { return getInstance().getLoggerFacade().getLogger(clazz); }
/** * Returns the class object for the given name using the engine classloader. * * @param className * The class name to lookup. * @return The class object or null if the class was not found. * @see #getClassLoader() */ public static Class<?> loadClass(String className) throws ClassNotFoundException { return getInstance().getClassLoader().loadClass(className); }
/** * Returns the classloader resource for a given name/path. * * @param name * The name/path to lookup. * @return The resource URL. */ public static java.net.URL getResource(String name) { return getInstance().getClassLoader().getResource(name); }