public class Fragment
extends Object
Intended to be used by Maven to specify fragments.
- Since:
- 1.0.
- Author:
- Vaadin Ltd
-
Constructor Summary
Constructors
-
Method Summary
Gets the files that belong to the fragment.
Gets the name of a fragment.
-
Constructor Details
-
Fragment
public Fragment()
-
Method Details
-
getName
Gets the name of a fragment.
- Returns:
- the name of a fragment, may be
null
-
getFiles
Gets the files that belong to the fragment.
- Returns:
- the files that belong to a fragment
-