net.damf.console.comperation
Interface Comperation

All Known Implementing Classes:
ConsoleCommand, Copy, DirectoryMerge, Formatte, Navigate, Search, SetPrefs

public interface Comperation


Method Summary
 int argumentsNeeded()
           
 Comperation giveFiles(java.lang.String[] files)
           
 boolean isInited()
           
 java.lang.String[] make(java.lang.String[] param)
           
 boolean perform()
           
 boolean requiresCommand()
           
 

Method Detail

requiresCommand

boolean requiresCommand()

argumentsNeeded

int argumentsNeeded()

make

java.lang.String[] make(java.lang.String[] param)
                        throws java.io.IOException
Throws:
java.io.IOException

giveFiles

Comperation giveFiles(java.lang.String[] files)
                      throws java.io.IOException
Throws:
java.io.IOException

isInited

boolean isInited()

perform

boolean perform()
                throws java.io.IOException
Throws:
java.io.IOException