| java.lang.Object com.tc.object.config.DSOApplicationConfigImpl
DSOApplicationConfigImpl | public class DSOApplicationConfigImpl implements DSOApplicationConfig(Code) | | This class is an adapter between the ConfigVisitor class and the config builder stuff. It allows config to be
accreted during the visitation process and then baked into a config builder. I'm not extremely satisfied with the
naming and package structure of this thing, but it'll do. If you don't like it, feel free to move it.
author: orion |
addIncludePattern | public void addIncludePattern(String classPattern)(Code) | | |
addIncludePattern | public void addIncludePattern(String classPattern, boolean honorTransient)(Code) | | |
addReadAutolock | public void addReadAutolock(String methodPattern)(Code) | | |
addWriteAutolock | public void addWriteAutolock(String methodPattern)(Code) | | |
|
|