public class SourceConfig extends ModuleConfig
mModuleId, mModuleProperties
Constructor and Description |
---|
SourceConfig() |
SourceConfig(ModuleId moduleId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other)
Compares the list of module properties as a set.
|
List<Filter> |
getExcludeFilters() |
List<Filter> |
getIncludeFilters() |
int |
hashCode() |
void |
setExcludeFilters(List<Filter> value) |
void |
setIncludeFilters(List<Filter> value) |
String |
toString() |
addModuleProperty, getModuleId, getModuleProperties, getProperty, getPropertyValues, getSingletonPropertyValue, getSingletonPropertyValue, getSingletonPropertyValueAsBoolean, getSingletonPropertyValueAsBoolean, getSingletonPropertyValueAsInteger, getSingletonPropertyValueAsInteger, hasProperty, hasPropertyValue, setModuleId, setModuleProperties, setModulePropertyValues
public SourceConfig()
public SourceConfig(ModuleId moduleId)
public boolean equals(Object other)
ModuleConfig
equals
in class ModuleConfig
public int hashCode()
hashCode
in class ModuleConfig
public String toString()
toString
in class ModuleConfig
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.