controller
クラス XmlModify

java.lang.Object
  上位を拡張 controller.XmlModify

public class XmlModify
extends Object


コンストラクタの概要
XmlModify()
           
 
メソッドの概要
 void BuildXMLDoc(String filePath)
           
 void createxml(String filePath, String command, String name)
           
 String[][] read(String filePath)
           
 void saveState(String filePath, String[][] slave)
           
 void setMac(String filePath, String mac, String jobname, String ip)
           
 void setSlave(String filePath, String[] slave)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

XmlModify

public XmlModify()
メソッドの詳細

BuildXMLDoc

public void BuildXMLDoc(String filePath)
                 throws IOException,
                        org.jdom.JDOMException
例外:
IOException
org.jdom.JDOMException

createxml

public void createxml(String filePath,
                      String command,
                      String name)

setSlave

public void setSlave(String filePath,
                     String[] slave)

setMac

public void setMac(String filePath,
                   String mac,
                   String jobname,
                   String ip)

saveState

public void saveState(String filePath,
                      String[][] slave)

read

public String[][] read(String filePath)


Copyright © 2004-2011. All Rights Reserved.