Class Fragment

java.lang.Object
com.vaadin.flow.plugin.maven.Fragment

public class Fragment extends Object
Intended to be used by Maven to specify fragments.
Since:
1.0.
Author:
Vaadin Ltd
  • Constructor Details

    • Fragment

      public Fragment()
  • Method Details

    • getName

      public String getName()
      Gets the name of a fragment.
      Returns:
      the name of a fragment, may be null
    • getFiles

      public Set<String> getFiles()
      Gets the files that belong to the fragment.
      Returns:
      the files that belong to a fragment
    • toString

      public String toString()
      Overrides:
      toString in class Object