net.jangaroo.properties.api
Class PropcHelper

java.lang.Object
  extended by net.jangaroo.properties.api.PropcHelper

public class PropcHelper
extends Object

A configuration object for the properties compiler.


Constructor Summary
PropcHelper()
           
 
Method Summary
static String computeBaseClassName(FileLocations locations, File srcFile)
           
static File computeGeneratedPropertiesClassFile(FileLocations locations, File propertiesFile)
           
static File computeGeneratedPropertiesClassFile(FileLocations locations, String className, Locale locale)
           
static Locale computeLocale(File propertiesFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropcHelper

public PropcHelper()
Method Detail

computeLocale

public static Locale computeLocale(File propertiesFile)

computeBaseClassName

public static String computeBaseClassName(FileLocations locations,
                                          File srcFile)

computeGeneratedPropertiesClassFile

public static File computeGeneratedPropertiesClassFile(FileLocations locations,
                                                       String className,
                                                       Locale locale)

computeGeneratedPropertiesClassFile

public static File computeGeneratedPropertiesClassFile(FileLocations locations,
                                                       File propertiesFile)


Copyright © 2002–2013 CoreMedia AG. All rights reserved.