Package com.alexecollins.vbox.core.patch

Examples of com.alexecollins.vbox.core.patch.UserDefinedPatch


    com.alexecollins.vbox.ant.patch.PredefinedPatch patch = new com.alexecollins.vbox.ant.patch.PredefinedPatch();
    patches.add(patch);
    return patch;
  }
  public UserDefinedPatch createUserDefinedPatch() {
    UserDefinedPatch patch = new UserDefinedPatch();
    patches.add(patch);
    return patch;
  }
View Full Code Here

TOP

Related Classes of com.alexecollins.vbox.core.patch.UserDefinedPatch

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.