Class Fragment

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

@Deprecated(forRemoval=true) public class Fragment extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
unused, will be removed without replacement.
Intended to be used by Maven to specify fragments.
Since:
1.0.
Author:
Vaadin Ltd
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the files that belong to the fragment.
    Deprecated, for removal: This API element is subject to removal in a future version.
    Gets the name of a fragment.
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • Fragment

      public Fragment()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getName

      public String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the name of a fragment.
      Returns:
      the name of a fragment, may be null
    • getFiles

      public Set<String> getFiles()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Gets the files that belong to the fragment.
      Returns:
      the files that belong to a fragment
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object