restructure code and make remote and local file delivery conform

This commit is contained in:
2016-03-20 17:36:38 +01:00
parent 9afe7c8a9e
commit 9a05df4200
10 changed files with 88 additions and 65 deletions

View File

@@ -3,6 +3,7 @@
import plugins = require("./smartfile.plugins");
import SmartfileChecks = require("./smartfile.checks");
import SmartfileFsaction = require("./smartfile.fsaction");
import SmartfileGet = require("./smartfile.get");
import SmartfileLocal = require("./smartfile.local");
import SmartfileRemote = require("./smartfile.remote");
@@ -10,6 +11,7 @@ import SmartfileRemote = require("./smartfile.remote");
var smartfile:any = {
fsaction: SmartfileFsaction,
checks: SmartfileChecks,
get: SmartfileGet,
local: SmartfileLocal,
remote: SmartfileRemote,
requireReload: SmartfileLocal.requireReload