Deprecated API


Contents
Deprecated Fields
org.apache.geronimo.gshell.common.DateUtils.MILLIS_IN_DAY
          Use MILLIS_PER_DAY. This will be removed in Commons Lang 3.0. 
org.apache.geronimo.gshell.common.DateUtils.MILLIS_IN_HOUR
          Use MILLIS_PER_HOUR. This will be removed in Commons Lang 3.0. 
org.apache.geronimo.gshell.common.DateUtils.MILLIS_IN_MINUTE
          Use MILLIS_PER_MINUTE. This will be removed in Commons Lang 3.0. 
org.apache.geronimo.gshell.common.DateUtils.MILLIS_IN_SECOND
          Use MILLIS_PER_SECOND. This will be removed in Commons Lang 3.0. 
 

Deprecated Methods
org.apache.geronimo.gshell.common.tostring.ToStringStyle.isShortClassName()
          Use ToStringStyle.isUseShortClassName() Method will be removed in Commons Lang 3.0. 
org.apache.geronimo.gshell.common.tostring.StandardToStringStyle.isShortClassName()
          Use StandardToStringStyle.isUseShortClassName() Method will be removed in Commons Lang 3.0. 
org.apache.geronimo.gshell.common.tostring.ToStringStyle.setShortClassName(boolean)
          Use ToStringStyle.setUseShortClassName(boolean) Method will be removed in Commons Lang 3.0. 
org.apache.geronimo.gshell.common.tostring.StandardToStringStyle.setShortClassName(boolean)
          Use StandardToStringStyle.setUseShortClassName(boolean) Method will be removed in Commons Lang 3.0. 
org.apache.geronimo.gshell.common.tostring.ReflectionToStringBuilder.toString(Object, ToStringStyle, boolean, Class)
          Use ReflectionToStringBuilder.toString(Object,ToStringStyle,boolean,boolean,Class) 
 

Deprecated Constructors
org.apache.geronimo.gshell.common.tostring.ReflectionToStringBuilder(Object, ToStringStyle, StringBuffer, Class, boolean)
          Use ReflectionToStringBuilder.ReflectionToStringBuilder(Object,ToStringStyle,StringBuffer,Class,boolean,boolean). 
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.