public class JmixModuleDescriptor
extends java.lang.Object
| Constructor and Description |
|---|
JmixModuleDescriptor(java.lang.String id) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDependency(JmixModuleDescriptor other)
INTERNAL.
|
boolean |
dependsOn(JmixModuleDescriptor other)
Check if this module depends on the given module.
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getBasePackage() |
java.util.List<JmixModuleDescriptor> |
getDependencies()
Returns an unmodifiable list of dependent modules.
|
java.lang.String |
getId() |
java.lang.String |
getProperty(java.lang.String property) |
org.springframework.core.env.PropertySource<?> |
getPropertySource()
Get the module's PropertySource.
|
int |
hashCode() |
void |
setPropertySource(org.springframework.core.env.PropertySource<?> propertySource)
INTERNAL.
|
java.lang.String |
toString() |
public java.lang.String getId()
public java.lang.String getBasePackage()
getId()public void addDependency(JmixModuleDescriptor other)
public java.util.List<JmixModuleDescriptor> getDependencies()
public boolean dependsOn(JmixModuleDescriptor other)
public void setPropertySource(@Nullable
org.springframework.core.env.PropertySource<?> propertySource)
@Nullable public org.springframework.core.env.PropertySource<?> getPropertySource()
@Nullable public java.lang.String getProperty(java.lang.String property)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object