com.sun.enterprise.admin.servermgmt
Class UpgradeFilesystem

java.lang.Object
  extended by com.sun.enterprise.admin.servermgmt.UpgradeFilesystem
All Implemented Interfaces:
ConfigurationUpgrade, org.jvnet.hk2.component.PostConstruct

@Service
public class UpgradeFilesystem
extends Object
implements ConfigurationUpgrade, org.jvnet.hk2.component.PostConstruct

Startup service to update the filesystem from v2 to the v3 format

Author:
Joe Di Pol

Constructor Summary
UpgradeFilesystem()
           
 
Method Summary
 void postConstruct()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeFilesystem

public UpgradeFilesystem()
Method Detail

postConstruct

public void postConstruct()
Specified by:
postConstruct in interface org.jvnet.hk2.component.PostConstruct


Copyright © 2012 GlassFish Community. All Rights Reserved.