Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

org.openquark.cal.services
Class BasicCALServices.Config

java.lang.Object
  extended by org.openquark.cal.services.BasicCALServices.Config
Enclosing class:
BasicCALServices

public static final class BasicCALServices.Config
extends Object

This class is used to encapsulate BasicCALServices configuration properties.

Author:
Magnus Byne

Method Summary
 void setEntryPointCacheSize(int entryPointCacheSize)
          Set the maximum number of entry points that can be cached for a particular module
 void setModuleCacheSize(int moduleCacheSize)
          Set the maximum number of modules for which entry points will be cached
 void setSourceRootProvider(WorkspaceManager.SourceGenerationRootOverrideProvider rootProvider)
          Set the root directory provider - this controls where compiled modules are stored.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setEntryPointCacheSize

public void setEntryPointCacheSize(int entryPointCacheSize)
Set the maximum number of entry points that can be cached for a particular module

Parameters:
entryPointCacheSize -

setModuleCacheSize

public void setModuleCacheSize(int moduleCacheSize)
Set the maximum number of modules for which entry points will be cached

Parameters:
moduleCacheSize - the number of modules to cache entry points for

setSourceRootProvider

public void setSourceRootProvider(WorkspaceManager.SourceGenerationRootOverrideProvider rootProvider)
Set the root directory provider - this controls where compiled modules are stored.

Parameters:
rootProvider -

Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.