Package org.jnode.apps.jpartition.commands

Examples of org.jnode.apps.jpartition.commands.RemovePartitionCommand


    public void removePartition(long offset) throws Exception {
        checkSelectedDevice();

        selectedDevice.removePartition(offset);
        cmdProcessor.addCommand(new RemovePartitionCommand((IDEDevice) selectedDevice.getDevice(),
                0)); // TODO set parameters
    }
View Full Code Here

TOP

Related Classes of org.jnode.apps.jpartition.commands.RemovePartitionCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.