org.broadleafcommerce.profile.extensibility.context
Class StandardConfigLocations

java.lang.Object
  extended by org.broadleafcommerce.profile.extensibility.context.StandardConfigLocations

public class StandardConfigLocations
extends java.lang.Object


Field Summary
static int ALLCONTEXTTYPE
           
static int APPCONTEXTTYPE
           
static java.lang.String EXTRACONFIGLOCATIONSKEY
           
static int SERVICECONTEXTTYPE
           
static int TESTCONTEXTTYPE
           
static int WEBCONTEXTTYPE
           
 
Constructor Summary
StandardConfigLocations()
           
 
Method Summary
static java.lang.String[] retrieveAll(int contextType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTRACONFIGLOCATIONSKEY

public static final java.lang.String EXTRACONFIGLOCATIONSKEY
See Also:
Constant Field Values

ALLCONTEXTTYPE

public static final int ALLCONTEXTTYPE
See Also:
Constant Field Values

WEBCONTEXTTYPE

public static final int WEBCONTEXTTYPE
See Also:
Constant Field Values

SERVICECONTEXTTYPE

public static final int SERVICECONTEXTTYPE
See Also:
Constant Field Values

TESTCONTEXTTYPE

public static final int TESTCONTEXTTYPE
See Also:
Constant Field Values

APPCONTEXTTYPE

public static final int APPCONTEXTTYPE
See Also:
Constant Field Values
Constructor Detail

StandardConfigLocations

public StandardConfigLocations()
Method Detail

retrieveAll

public static java.lang.String[] retrieveAll(int contextType)
                                      throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.