com.github.croesch.micro_debug.properties
Class PropertiesProvider

java.lang.Object
  extended by com.github.croesch.micro_debug.properties.APropertiesProvider
      extended by com.github.croesch.micro_debug.properties.PropertiesProvider

public final class PropertiesProvider
extends APropertiesProvider

Provides properties in properties format.

Since:
Date: Feb 23, 2012
Author:
croesch

Method Summary
protected  java.util.Properties createNewProperties(java.lang.String file)
          Create the properties for the given file.
static PropertiesProvider getInstance()
          Provides the instance of this PropertiesProvider.
 
Methods inherited from class com.github.croesch.micro_debug.properties.APropertiesProvider
get, replacePlaceholdersInString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createNewProperties

@NotNull
protected java.util.Properties createNewProperties(java.lang.String file)
Description copied from class: APropertiesProvider
Create the properties for the given file.

Specified by:
createNewProperties in class APropertiesProvider
Parameters:
file - the path of the file, without file extension!
Returns:
Properties that contain the content of the given file

getInstance

@NotNull
public static PropertiesProvider getInstance()
Provides the instance of this PropertiesProvider.

Returns:
the single instance of this class.
Since:
Date: Feb 23, 2012


Copyright © 2012. All Rights Reserved.