Package com.zycus.dotproject.impl

Examples of com.zycus.dotproject.impl.FileManagerImpl


import com.zycus.dotproject.api.IFileManager;
import com.zycus.dotproject.impl.FileManagerImpl;

public final class FileManagerFactory {
  public static final IFileManager getFileManager() {
    return new FileManagerImpl();
  }
View Full Code Here

TOP

Related Classes of com.zycus.dotproject.impl.FileManagerImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.