info.bliki.wiki.addon.latex
Class PropertyManager

java.lang.Object
  extended by info.bliki.wiki.addon.latex.PropertyManager

public class PropertyManager
extends java.lang.Object

Manages access to the property file. All properties can be prefixed, this must be set in the init() method. Note that this PropertyManager is not limited to access the latex.properties file.

Author:
Steffen Schramm

Constructor Summary
PropertyManager()
           
 
Method Summary
static java.lang.String get(java.lang.String key)
          Returns the property for the given key.
static java.lang.String get(java.lang.String key, java.lang.Object arg)
          Convenience method.
static java.lang.String get(java.lang.String key, java.lang.Object[] args)
          Convenience method.
static java.lang.String get(java.lang.String key, java.lang.Object arg1, java.lang.Object arg2)
          Convenience method.
static java.lang.String get(java.lang.String key, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
          Convenience method.
static java.util.Properties getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyManager

public PropertyManager()
Method Detail

get

public static java.lang.String get(java.lang.String key)
Returns the property for the given key.


get

public static java.lang.String get(java.lang.String key,
                                   java.lang.Object arg)
Convenience method. Returns a property formatted with the given arg


get

public static java.lang.String get(java.lang.String key,
                                   java.lang.Object arg1,
                                   java.lang.Object arg2)
Convenience method. Returns a property formatted with the given args


get

public static java.lang.String get(java.lang.String key,
                                   java.lang.Object arg1,
                                   java.lang.Object arg2,
                                   java.lang.Object arg3)
Convenience method. Returns a property formatted with the given args


get

public static java.lang.String get(java.lang.String key,
                                   java.lang.Object[] args)
Convenience method. Returns a property formatted with the given args


getProperties

public static java.util.Properties getProperties()


Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.