com.gauce.common
Class GauceProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bycom.gauce.common.GauceProperties
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class GauceProperties
extends java.util.Properties

GauceÀÇ È¯°æÁ¤º¸¸¦ ÀúÀåÇÑ´Ù.

Since:
Gauce 2.9
Version:
1.0 2002.08
Author:
Shift Information & Communication CO.
See Also:
Serialized Form

Field Summary
static java.lang.String DEFAULT
          È¯°æÁ¤º¸ÀÇ DefaultŰ °ªÀ» ³ªÅ¸³½´Ù
static java.lang.String EXT
          ÆÄÀÏ È®ÀåÀÚ(properties)¸¦ ³ªÅ¸³½´Ù.
 
Constructor Summary
GauceProperties()
           
GauceProperties(java.io.File domain)
          »ý¼ºÀÚ, domainº° Properties¸¦ »ý¼ºÇÑ´Ù.
GauceProperties(java.lang.String domain)
          »ý¼ºÀÚ, domainº° Properties¸¦ »ý¼ºÇÑ´Ù.
 
Method Summary
 void contextChanged()
          Property ÆÄÀÏÀÌ º¯°æµÇ¾úÀ» ¶§ Callback¹Þ´Â method
 void setContextSetter(com.gauce.engine.ContextSetter setter)
          ContextSetter¸¦ µ¿·ÏÇÑ´Ù.
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

public static final java.lang.String DEFAULT
ȯ°æÁ¤º¸ÀÇ DefaultŰ °ªÀ» ³ªÅ¸³½´Ù

Since:
Gauce 2.9
See Also:
Constant Field Values

EXT

public static final java.lang.String EXT
ÆÄÀÏ È®ÀåÀÚ(properties)¸¦ ³ªÅ¸³½´Ù.

Since:
Gauce 2.9
See Also:
Constant Field Values
Constructor Detail

GauceProperties

public GauceProperties()

GauceProperties

public GauceProperties(java.lang.String domain)
»ý¼ºÀÚ, domainº° Properties¸¦ »ý¼ºÇÑ´Ù.

Parameters:
domain - »ý¼ºÇÒ domain
Since:
Gauce 2.9

GauceProperties

public GauceProperties(java.io.File domain)
»ý¼ºÀÚ, domainº° Properties¸¦ »ý¼ºÇÑ´Ù.

Parameters:
domain - »ý¼ºÇÒ domain ÆÄÀϸíÀ» ³ªÅ¸³½´Ù.
Since:
Gauce 2.9
Method Detail

setContextSetter

public void setContextSetter(com.gauce.engine.ContextSetter setter)
ContextSetter¸¦ µ¿·ÏÇÑ´Ù. ÀÌ ContextSetter¸¦ ÅëÇØ property ÀÇ Á¤º¸¸¦ Context¿¡ ¼³Á¤ÇÑ´Ù.

Parameters:
setter - ¼³Á¤ÇÒ ContextSetter
Since:
Gauce 2.9

contextChanged

public void contextChanged()
Property ÆÄÀÏÀÌ º¯°æµÇ¾úÀ» ¶§ Callback¹Þ´Â method

Since:
Gauce 2.9