public abstract class IndependentAttributeProviderFactory extends Object implements AttributeProviderFactory
| Constructor and Description |
|---|
IndependentAttributeProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
affectsGlobalScope() |
Set<Class<? extends AttributeProviderFactory>> |
getAfterDependents() |
Set<Class<? extends AttributeProviderFactory>> |
getBeforeDependents() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatepublic Set<Class<? extends AttributeProviderFactory>> getAfterDependents()
getAfterDependents in interface AttributeProviderFactorygetAfterDependents in interface com.vladsch.flexmark.util.dependency.Dependent<AttributeProviderFactory>public Set<Class<? extends AttributeProviderFactory>> getBeforeDependents()
getBeforeDependents in interface AttributeProviderFactorygetBeforeDependents in interface com.vladsch.flexmark.util.dependency.Dependent<AttributeProviderFactory>public boolean affectsGlobalScope()
affectsGlobalScope in interface AttributeProviderFactoryaffectsGlobalScope in interface com.vladsch.flexmark.util.dependency.Dependent<AttributeProviderFactory>Copyright © 2018. All rights reserved.