Constants.Manifest ================== .. java:package:: org.motechproject.mds.util :noindex: .. java:type:: public static final class Manifest :outertype: Constants The \ ``Manifest``\ contains constant values related with attributes inside the motech-platform-dataservices-entities bundle manifest. **See also:** :java:ref:`org.motechproject.mds.service.JarGeneratorService`, :java:ref:`org.motechproject.mds.service.impl.JarGeneratorServiceImpl` Fields ------ BUNDLE_MANIFESTVERSION ^^^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String BUNDLE_MANIFESTVERSION :outertype: Constants.Manifest Constant \ ``BUNDLE_MANIFESTVERSION``\ presents a version of bundle manifest. BUNDLE_NAME_SUFFIX ^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String BUNDLE_NAME_SUFFIX :outertype: Constants.Manifest Constant \ ``BUNDLE_NAME_SUFFIX``\ presents suffix of the name of bundle that will be created by implementation of \ :java:ref:`org.motechproject.mds.service.JarGeneratorService`\ interface. MANIFEST_VERSION ^^^^^^^^^^^^^^^^ .. java:field:: public static final String MANIFEST_VERSION :outertype: Constants.Manifest Constant \ ``MANIFEST_VERSION``\ presents a version of jar manifest. SYMBOLIC_NAME_SUFFIX ^^^^^^^^^^^^^^^^^^^^ .. java:field:: public static final String SYMBOLIC_NAME_SUFFIX :outertype: Constants.Manifest Constant \ ``SYMBOLIC_NAME_SUFFIX``\ presents suffix of the bundle symbolic name of bundle that will be created by implementation of \ :java:ref:`org.motechproject.mds.service.JarGeneratorService`\ interface.