Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.reload
Interface ReloadService

All Known Implementing Classes:
ReloadComponent

public interface ReloadService

Author:
Bogdan Stefanescu

Method Summary
 void deployBundle(java.io.File file)
           
 void flushJassCache()
           
 void reloadProperties()
           
 void reloadRepository()
           
 

Method Detail

deployBundle

void deployBundle(java.io.File file)
                  throws java.lang.Exception
Throws:
java.lang.Exception

reloadRepository

void reloadRepository()
                      throws java.lang.Exception
Throws:
java.lang.Exception

flushJassCache

void flushJassCache()
                    throws java.lang.Exception
Throws:
java.lang.Exception

reloadProperties

void reloadProperties()
                      throws java.lang.Exception
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.