Compare commits
2 commits
fca2564987
...
3f0a0adddd
Author | SHA1 | Date | |
---|---|---|---|
3f0a0adddd | |||
44bb2763b0 |
5 changed files with 0 additions and 60 deletions
|
@ -1,12 +0,0 @@
|
||||||
|
|
||||||
require "./abstract_command"
|
|
||||||
|
|
||||||
module GX
|
|
||||||
module Operations
|
|
||||||
class FilesystemCreateCommand < AbstractCommand
|
|
||||||
def execute()
|
|
||||||
raise "Not Implemented"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -1,12 +0,0 @@
|
||||||
|
|
||||||
require "./abstract_command"
|
|
||||||
|
|
||||||
module GX
|
|
||||||
module Operations
|
|
||||||
class FilesystemDeleteCommand < AbstractCommand
|
|
||||||
def execute()
|
|
||||||
raise "Not Implemented"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -1,12 +0,0 @@
|
||||||
|
|
||||||
require "./abstract_command"
|
|
||||||
|
|
||||||
module GX
|
|
||||||
module Operations
|
|
||||||
class FilesystemEditCommand < AbstractCommand
|
|
||||||
def execute()
|
|
||||||
raise "Not Implemented"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -1,12 +0,0 @@
|
||||||
|
|
||||||
require "./abstract_command"
|
|
||||||
|
|
||||||
module GX
|
|
||||||
module Operations
|
|
||||||
class FilesystemMountCommand < AbstractCommand
|
|
||||||
def execute()
|
|
||||||
raise "Not Implemented"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
|
@ -1,12 +0,0 @@
|
||||||
|
|
||||||
require "./abstract_command"
|
|
||||||
|
|
||||||
module GX
|
|
||||||
module Operations
|
|
||||||
class FilesystemUmountCommand < AbstractCommand
|
|
||||||
def execute()
|
|
||||||
raise "Not Implemented"
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in a new issue