net.damf.console
Class SetPrefs

java.lang.Object
  extended by net.damf.console.comperation.command.ConsoleCommand
      extended by net.damf.console.SetPrefs
All Implemented Interfaces:
Comperation

public class SetPrefs
extends ConsoleCommand


Field Summary
private  java.lang.Object newValue
           
private  java.lang.String prefToChange
           
 
Fields inherited from class net.damf.console.comperation.command.ConsoleCommand
flag, fluked, inited
 
Constructor Summary
SetPrefs()
           
 
Method Summary
 int argumentsNeeded()
           
 Comperation giveFiles(java.lang.String[] files)
           
 java.lang.String[] make(java.lang.String[] param)
           
 boolean perform()
           
 
Methods inherited from class net.damf.console.comperation.command.ConsoleCommand
crunchQuotes, gatherFlags, isInited, requiresCommand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

prefToChange

private java.lang.String prefToChange

newValue

private java.lang.Object newValue
Constructor Detail

SetPrefs

public SetPrefs()
Method Detail

argumentsNeeded

public final int argumentsNeeded()
Specified by:
argumentsNeeded in interface Comperation
Overrides:
argumentsNeeded in class ConsoleCommand

make

public java.lang.String[] make(java.lang.String[] param)
Specified by:
make in interface Comperation
Specified by:
make in class ConsoleCommand

giveFiles

public Comperation giveFiles(java.lang.String[] files)
Specified by:
giveFiles in interface Comperation
Specified by:
giveFiles in class ConsoleCommand

perform

public boolean perform()
Specified by:
perform in interface Comperation
Specified by:
perform in class ConsoleCommand