Class InPlaceImportCommand<I extends VariableDeclaration>

  • Type Parameters:
    I - the variable declaration type

    public class InPlaceImportCommand<I extends VariableDeclaration>
    extends InPlaceCommand<I>
    Represents an in-place import command.
    Author:
    Holger Eichelberger
    • Field Detail

      • template

        private java.lang.String template
    • Constructor Detail

      • InPlaceImportCommand

        public InPlaceImportCommand​(java.lang.String template,
                                    IVersionRestriction restriction)
        Creates an in-place import command.
        Parameters:
        template - the template to import
        restriction - the version restriction (may be null)