public class ConventionPde extends OomphConvention
| Modifier and Type | Class and Description |
|---|---|
class |
ConventionPde.TargetPlatform
Api for defining the target platform.
|
static class |
ConventionPde.TargetPlatformSetter
Sets the target platform.
|
extension| Modifier and Type | Method and Description |
|---|---|
void |
targetplatform(Action<ConventionPde.TargetPlatform> targetplatform)
Creates a targetplatform with the given content.
|
void |
targetplatform(String name,
Action<ConventionPde.TargetPlatform> targetplatform)
Creates a targetplatform with the given name and content.
|
requireIUs, setPerspectiveOverpublic void targetplatform(Action<ConventionPde.TargetPlatform> targetplatform)
Creates a targetplatform with the given content.
public void targetplatform(String name, Action<ConventionPde.TargetPlatform> targetplatform)
Creates a targetplatform with the given name and content.