Package com.alibaba.nacos.sys.module
Class AbstractServerModuleStateBuilder
java.lang.Object
com.alibaba.nacos.sys.module.AbstractServerModuleStateBuilder
- All Implemented Interfaces:
ModuleStateBuilder
- Direct Known Subclasses:
EnvModuleStateBuilder
Abstract server type Module State Builder.
- Author:
- xiweng.yy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether module is match deployment type, default return true.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.alibaba.nacos.sys.module.ModuleStateBuilder
build, isCacheable, isIgnore
-
Constructor Details
-
AbstractServerModuleStateBuilder
public AbstractServerModuleStateBuilder()
-
-
Method Details
-
isMatchDeployment
Description copied from interface:ModuleStateBuilderWhether module is match deployment type, default return true.- Specified by:
isMatchDeploymentin interfaceModuleStateBuilder- Parameters:
type- deployment type- Returns:
- boolean
-