Uses of Class
de.smartics.properties.config.transfer.filesystem.PropertiesFormat

Packages that use PropertiesFormat
de.smartics.properties.config.transfer.filesystem Provides an implementation for writing property definitions to a file system. 
 

Uses of PropertiesFormat in de.smartics.properties.config.transfer.filesystem
 

Methods in de.smartics.properties.config.transfer.filesystem that return PropertiesFormat
static PropertiesFormat PropertiesFormat.fromString(String type)
          Returns the properties format identifier by the case-insensitive identifier of the enumeration element.
static PropertiesFormat PropertiesFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropertiesFormat[] PropertiesFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.smartics.properties.config.transfer.filesystem with parameters of type PropertiesFormat
FileSystemPropertySink(File targetFolder, PropertiesFormat outputFormat)
          Default constructor.
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.