boolean allSuccess = true;
// �����Լ���descriptors
try {
ConfigGeneratorSession session = getGenerator().startSession(getConfigSettings().getPropertiesSet());
allSuccess &= session.generate(new DirectoryCallback(getGenerator(), getOutputFile()));
} finally {
getGenerator().closeSession();
}
// ������entries