com.springsource.bundlor.internal.transformer
Interface PackageDeclarationMap.PackageDeclaration

All Known Implementing Classes:
PackageDeclarationMap.ImmutablePackageDeclaration
Enclosing class:
PackageDeclarationMap

public static interface PackageDeclarationMap.PackageDeclaration

Defines (PackageName x Directives x Attributes).


Method Summary
 java.util.Map<java.lang.String,java.lang.String> getAttributes()
          Gets the attributes.
 java.util.Map<java.lang.String,java.lang.String> getDirectives()
          Gets the directives.
 java.lang.String getName()
          Gets the package name.
 

Method Detail

getName

java.lang.String getName()
Gets the package name.

Returns:
the package name.

getAttributes

java.util.Map<java.lang.String,java.lang.String> getAttributes()
Gets the attributes.

Returns:
the attributes.

getDirectives

java.util.Map<java.lang.String,java.lang.String> getDirectives()
Gets the directives.

Returns:
the directives.