com.github.stephenc.javaisotools.iso9660
Class BootConfig

java.lang.Object
  extended by com.github.stephenc.javaisotools.iso9660.BootConfig
Direct Known Subclasses:
ElToritoConfig

public abstract class BootConfig
extends Object


Constructor Summary
BootConfig()
           
BootConfig(String bootSystemId, String bootId)
           
 
Method Summary
 String getBootId()
          Active Boot Identifier
 String getBootSystemId()
          Active Boot System Identifier
 void setBootId(String bootId)
          Boot Identifier
 void setBootSystemId(String bootSystemId)
          Boot System Identifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootConfig

public BootConfig(String bootSystemId,
                  String bootId)

BootConfig

public BootConfig()
Method Detail

setBootSystemId

public void setBootSystemId(String bootSystemId)
Boot System Identifier

Parameters:
bootSystemId - Identifier for the system that can act upon the Boot System Use field

getBootSystemId

public String getBootSystemId()
Active Boot System Identifier

Returns:
Active Boot System identifier

setBootId

public void setBootId(String bootId)
Boot Identifier

Parameters:
bootId - Boot identifier

getBootId

public String getBootId()
Active Boot Identifier

Returns:
Active Boot identifier


Copyright © 2013. All Rights Reserved.