/**
* SlingBeans - NetBeans Sling plugin
* https://github.com/jkan997/SlingBeans
* Licensed under Apache 2.0 license
* http://www.apache.org/licenses/LICENSE-2.0
*/
package org.jkan997.slingbeans.slingfs;
/**
*
* @author jkan997
*/
public interface FileSystemConnector {
FileSystem connectToFileSystem(String fsId);
}