Package com.vaadin.flow.plugin.maven
Class Fragment
java.lang.Object
com.vaadin.flow.plugin.maven.Fragment
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
ConstructorsConstructorDescriptionFragment()Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetFiles()Deprecated, for removal: This API element is subject to removal in a future version.Gets the files that belong to the fragment.getName()Deprecated, for removal: This API element is subject to removal in a future version.Gets the name of a fragment.toString()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
Fragment
public Fragment()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
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
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
Deprecated, for removal: This API element is subject to removal in a future version.
-