| Modifier and Type | Class and Description | 
|---|---|
class  | 
LibraryFileGroup
A file group that represents library selections. 
 | 
class  | 
ModuleFileGroup  | 
class  | 
PackagingFileGroup
FileGroup that represents packaging instructions that apply a set of filters to a set of initial contributors. 
 | 
class  | 
ProjectFileGroup
FileGroup that represents the old way of selecting files for deployment: choosing the source files within the project to deploy and the corresponding dependency-analyzer filters to apply to those selections. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FileGroup[] | 
FileGroups.getGroups()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FileGroups.addFileGroup(FileGroup group)  | 
protected void | 
FileGroup.copyToImpl(FileGroup copy)  | 
protected boolean | 
FileGroup.equalsImpl(FileGroup other)  | 
protected static java.lang.String | 
FileGroupPackager.getTargetWithinJar(FileGroup fileGroup)
Deprecated.  
  | 
void | 
FileGroups.setGroups(FileGroup[] groups)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ArchiveProfile.addFileGroup(FileGroup fileGroup)
Adds the specified FileGroup to this archive profile. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FileGroup | 
FileGroupPackager.getFileGroup()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract FileGroupPackager | 
Packagers.getFileGroupPackager(FileGroup group, Context context)  | 
abstract StatefulFileGroupPackager | 
Packagers.getStatefulFileGroupPackager(FileGroup group, Context context)  | 
| Modifier and Type | Method and Description | 
|---|---|
FileGroup | 
FileGroupPackager.SpiData.getFileGroup()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
FileGroupPackager.SpiData.setFileGroup(FileGroup group)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract boolean | 
AbstractStatefulFileGroupPackagerProvider.canCreate(FileGroup filegroup, ToolkitContext tkContext, Cookie cookie)  | 
protected abstract boolean | 
AbstractFileGroupPackagerProvider.canCreate(FileGroup filegroup, ToolkitContext tkContext, Cookie cookie)  | 
protected abstract StatefulFileGroupPackager | 
AbstractStatefulFileGroupPackagerProvider.newFileGroupPackager(FileGroup filegroup, ToolkitContext tkContext, Cookie cookie)  | 
protected abstract FileGroupPackager | 
AbstractFileGroupPackagerProvider.newFileGroupPackager(FileGroup filegroup, ToolkitContext tkContext, Cookie cookie)  |