Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.convert.extension
Class GlobalConfigDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.convert.extension.GlobalConfigDescriptor
All Implemented Interfaces:
Serializable

public class GlobalConfigDescriptor
extends Object
implements Serializable

XMap Descriptor for the ConversionService configuration.

Author:
tiry
See Also:
Serialized Form

Field Summary
static int DEFAULT_DISK_CACHE_IN_KB
           
static long DEFAULT_GC_INTERVAL_IN_MIN
           
 
Constructor Summary
GlobalConfigDescriptor()
           
 
Method Summary
 String getCachingDirectory()
           
 int getDiskCacheSize()
           
 long getGCInterval()
           
 boolean isCacheEnabled()
           
 void update(GlobalConfigDescriptor other)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_GC_INTERVAL_IN_MIN

public static final long DEFAULT_GC_INTERVAL_IN_MIN
See Also:
Constant Field Values

DEFAULT_DISK_CACHE_IN_KB

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

GlobalConfigDescriptor

public GlobalConfigDescriptor()
Method Detail

getGCInterval

public long getGCInterval()

getDiskCacheSize

public int getDiskCacheSize()

isCacheEnabled

public boolean isCacheEnabled()

update

public void update(GlobalConfigDescriptor other)

getCachingDirectory

public String getCachingDirectory()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.