-
Framework.UUIDGen.generate()
-
ariba.ui.meta.persistence.QueryGenerator.generate()
-
at.bestsolution.efxclipse.formats.svg.converter.FXMLConverter.generate()
-
at.bestsolution.efxclipse.tooling.pde.ui.templates.JemmyLaunch.generate()
-
be.ac.ulg.montefiore.run.distributions.GaussianDistribution.generate()
-
be.ac.ulg.montefiore.run.distributions.RandomDistribution.generate()
Generates a pseudo-random number. The numbers generated by this function are drawn according to the pseudo-random distribution described by the object that implements it.
@return A pseudo-random number.
-
biz.freshcode.b_generation.DefaultBeanBuilderGenerator.generate()
-
br.com.caelum.tubaina.parser.html.HtmlGenerator.generate()
-
br.com.caelum.tubaina.parser.html.desktop.Generator.generate()
-
br.com.caelum.tubaina.parser.latex.LatexGenerator.generate()
-
br.net.woodstock.rockframework.core.string.impl.RandomGenerator.generate()
-
br.net.woodstock.rockframework.text.impl.RandomGenerator.generate()
-
br.net.woodstock.rockframework.util.RandomGenerator.generate()
-
ca.carleton.gcrc.couch.command.impl.GenerateCssLibrariesProcess.generate()
-
ca.carleton.gcrc.couch.command.impl.GenerateJavascriptLibrariesProcess.generate()
-
ca.carleton.gcrc.css.MergeProcess.generate()
-
ca.carleton.gcrc.javascript.CompressProcess.generate()
-
ca.carleton.gcrc.javascript.DebugProcess.generate()
-
ca.nengo.io.FileManager.generate()
-
cc.catalysts.cdoclet.generator.Generator.generate()
-
cc.redberry.core.indexgenerator.IndexGenerator.generate()
Generates new index of a particular type.
@param type index type
@return new index of a particular type
-
cc.redberry.core.indexgenerator.IndexGeneratorFromData.generate()
{@inheritDoc}
@throws IndexOutOfBoundsException if no more allowed indices exist
-
cc.redberry.core.indexgenerator.IndexGeneratorImpl.generate()
Generates new index of a particular type.
@param type index type
@return new index of a particular type
-
ch.epfl.lbd.datamining.structure.Combiner.generate()
-
checkboard.model.MutilatedModel.generate()
-
circumflex.docco.DoccoBatch.generate()
-
civquest.map.MapGenerator.generate()
-
cn.jhc.um.generator.PathGenerator.generate()
@param request HttpServletRequest object for dynamic information.
@param originalName this will be local file name in file system before upload in most cases.
@return relative path denote the path generated in server. Caution: returned string should not begin with "/".
-
cn.org.zeronote.orm.dao.parser.ParamTransformGenerator.generate()
执行生成
-
com.adobe.epubcheck.api.Report.generate()
Called to create a report after the checks have been made
-
com.adobe.epubcheck.reporting.CheckingReport.generate()
-
com.adobe.epubcheck.util.ValidationReport.generate()
-
com.alexkasko.springjdbc.typedqueries.codegen.CodeGenerator.generate()
Generates queries wrappers class
@param queries name -> text query mapping
@param fullClassName class name with package prefix
@param sourceSqlFileName name of source SQL file
@param output output writer
@throws CodeGeneratorException
-
com.alibaba.antx.config.entry.ConfigEntry.generate()
���������ļ���
-
com.alibaba.antx.config.generator.ConfigGeneratorSession.generate()
������template������Ӧ���ļ�����������־��
-
com.alibaba.otter.canal.instance.core.CanalInstanceGenerator.generate()
通过 destination 产生特定的 {@link CanalInstance}
@param destination
@return
-
com.alibaba.otter.canal.instance.manager.ManagerCanalInstanceGenerator.generate()
-
com.alibaba.otter.canal.instance.spring.SpringCanalInstanceGenerator.generate()
-
com.android.builder.internal.BuildConfigGenerator.generate()
Generates the BuildConfig class.
@param additionalLines a list of additional lines to be added to the class.
-
com.android.builder.internal.TestManifestGenerator.generate()
-
com.badlogic.gdx.jnigen.NativeCodeGenerator.generate()
Generates .h/.cpp files from the Java files found in "src/", with their .class files being in "bin/". The generated files will be stored in "jni/". All paths are relative to the applications working directory.
@throws Exception
-
com.bbn.openmap.dataAccess.shape.EsriGraphicList.generate()
-
com.bbn.openmap.dataAccess.shape.EsriPolylineList.generate()
-
com.bbn.openmap.layer.util.html.Element.generate()
convert representation to html and write it out
@param out the output Writer
@exception java.io.IOException an IO error occurred accessingout
-
com.bbn.openmap.layer.util.html.HtmlListElement.generate()
-
com.bbn.openmap.layer.util.html.WrapElement.generate()
convert representation to html and write it out
@param out the output Writer
@exception java.io.IOException an IO error occurred accessingout
-
com.bbn.openmap.omGraphics.OMCircle.generate()
-
com.bbn.openmap.omGraphics.OMGraphic.generate()
Prepare the graphic for rendering. This must be done before calling
render()
! If a vector graphic has lat-lon components, then we project these vertices into x-y space. For raster graphics we prepare in a different fashion.
If the generate is unsuccessful, it's usually because of some oversight, (for instance if proj
is null), and if debugging is enabled, a message may be output to the controlling terminal.
@param proj Projection
@return boolean true if successful, false if not.
@see #regenerate
-
com.bbn.openmap.omGraphics.OMGraphicList.generate()
Prepare the graphics for rendering. This is the same as calling project(p, true)
.
@param p a Projection
@return boolean true
@see #generate(Projection,boolean)
-
com.bbn.openmap.omGraphics.OMGrid.generate()
Generate OMGraphics based on the data array. If there is an OMGridGenerator, it will be used to generate OMGraphics from the data array. If not, the OMGridObjects will be used to create OMGraphics for the map.
-
com.bbn.openmap.omGraphics.OMLine.generate()
Prepare the line for rendering.
@param proj Projection
@return true if generate was successful
-
com.bbn.openmap.omGraphics.OMRaster.generate()
Prepare the graphics for rendering. For all image types, it positions the image relative to the projection. For direct and indexed colormodel images, it creates the ImageIcon used for drawing to the window (internal to object). For indexed colormodel images, it also calls computePixels, to resolve the colortable and the bytes to create the image pixels.
@param proj Projection used to position the image on thewindow.
@return true if the image is ready to paint.
-
com.bbn.openmap.omGraphics.OMRect.generate()
Prepare the rectangle for rendering.
@param proj Projection
@return true if generate was successful
-
com.bbn.openmap.omGraphics.OMScalingRaster.generate()
Prepare the graphics for rendering. For all image types, it positions the image relative to the projection. For direct and indexed colormodel images, it creates the ImageIcon used for drawing to the window (internal to object). For indexed colormodel images, it also calls computePixels, to resolve the colortable and the bytes to create the image pixels.
@param proj Projection used to position the image on the window.
@return true if the image is ready to paint.
-
com.caucho.java.gen.DependencyComponent.generate()
Generates the code for the dependencies.
@param out the writer to the output stream.
-
com.caucho.java.gen.JavaClassGenerator.generate()
Call to generate the java source.
-
com.caucho.xsl.java.XslNode.generate()
Generates the code for the tag
@param out the output writer for the generated java.
-
com.caucho.xsl.java.XslTemplate.generate()
Generates the code for the tag
@param out the output writer for the generated java.
-
com.cloudera.sqoop.orm.AvroSchemaGenerator.generate()
-
com.cloudera.sqoop.orm.ClassWriter.generate()
-
com.cloudinary.Transformation.generate()
-
com.codingcrayons.aspectfaces.AFWeaver.generate()
Generates a UI Fragment with default settings
@param context - AF context
@return UI Fragment as String
@throws ConfigurationNotSetException if a configuration is not set
@throws TemplateFileNotFoundException if a header or a footer file can't be found
@throws InspectionException if an inspection problem occurred, details in a message
@throws AnnotationNotRegisteredException if an annotation is used, but isn't registered
@throws EvaluatorException if an evaluation problem occurred, details in a message
@throws AnnotationNotFoundException if an annotation could not be found, but it's used in a class
@throws TemplateFileAccessException if a header or a footer file is not accessible
@throws CacheProviderNotSetException if a cache provider is null
@throws TagParserException
-
com.deltaxml.core.DXPConfiguration.generate()
-
com.digitolio.jdbi.auto.SqlDeleteByPk.generate()
-
com.digitolio.jdbi.auto.SqlSelectByPK.generate()
-
com.dtolabs.rundeck.core.common.NodesYamlGenerator.generate()
-
com.dtolabs.shared.resources.ResourceXMLGenerator.generate()
Generate and store the XML file
@throws IOException
-
com.dtrules.samples.bookpreview.TestCaseGen_BookPreview.generate()
-
com.envoisolutions.sxc.jaxb.JAXBGenerator.generate()
-
com.et.ar.annotations.Id.generate()
-
com.fasterxml.uuid.impl.NameBasedGenerator.generate()
-
com.fasterxml.uuid.impl.RandomBasedGenerator.generate()
-
com.fasterxml.uuid.impl.TimeBasedGenerator.generate()
-
com.google.code.apis.rest.client.CodeGeneration.CodeGenerator.generate()
-
com.google.gdata.devtools.eclipse.ProjectCreator.generate()
Creates a new project in the workspace and returns the data to be inserted into the template file.
The dependency classpaths are added as referenced libraries to the project. The error message is the message generated if any of the required library is not found.
@param monitor the progress monitor
@param dependencyClasspaths the dependency class paths to be referenced
@param errorMessage the error message to be added to the template
@return The generated template data
@throws CoreException if anything goes wrong
-
com.google.gwt.core.ext.Generator.generate()
Generate a default constructible subclass of the requested type. The generator throws UnableToCompleteException
if for any reason it cannot provide a substitute class
@return the name of a subclass to substitute for the requested class, orreturn null
to cause the requested type itself to be used
-
com.google.gwt.core.ext.linker.PropertyProviderGenerator.generate()
Generate a property provider.
@param logger TreeLogger
@param possibleValues the possible values of this property
@param fallback the fallback value for this property, or null
@param configProperties the configuration properties for this module
@return the JS source of the property provider (the complete body of a JSfunction taking no arguments, including open/close braces), or null to use the default implementation in the property-provider tag
@throws UnableToCompleteException after logging the message if processingis unable to continue
-
com.google.gwt.dev.cfg.EntryMethodHolderGenerator.generate()
-
com.google.gwt.dev.cfg.PropertyProviderRegistratorGenerator.generate()
-
com.google.gwt.dev.cfg.RuntimeRebindRegistratorGenerator.generate()
-
com.google.gwt.i18n.rebind.AbstractLocalizableInterfaceCreator.generate()
Generate class.
@throws FileNotFoundException
@throws IOException
-
com.google.gwt.i18n.rebind.ConstantsInterfaceCreator.generate()
-
com.google.gwt.i18n.rebind.MessagesInterfaceCreator.generate()
-
com.google.gwt.i18n.rebind.util.AbstractLocalizableInterfaceCreator.generate()
Generate class.
@throws FileNotFoundException
@throws IOException
-
com.google.gwt.validation.rebind.ValidatorGenerator.generate()
-
com.gwtent.gen.LogableSourceCreator.generate()
-
com.gwtplatform.mvp.rebind.velocity.GenerateFormFactorGinjectors.generate()
-
com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorGenerator.generate()
-
com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorProviderGenerator.generate()
-
com.gwtplatform.mvp.rebind.velocity.ginjectors.GinjectorProviderGenerator.generate()
-
com.gwtplatform.mvp.rebind.velocity.proxy.VelocityPlacetokenGenerator.generate()
-
com.hazelcast.config.ConfigXmlGenerator.generate()
Generates the XML string based on some Config.
@param config the configuration.
@return the XML string.
-
com.hp.hpl.jena.shared.uuid.UUIDFactory.generate()
-
com.hp.hpl.jena.shared.uuid.UUID_V4_Gen.generate()
-
com.jada.sitemap.SiteMap.generate()
-
com.laamella.snelxml.generator.gathermappertemplate.MapperTemplateGenerator.generate()
-
com.laamella.snelxml.generator.immutablemodel.ImmutableModelGenerator.generate()
-
com.laamella.snelxml.generator.immutablemodelmapper.ImmutableModelMapperGenerator.generate()
-
com.laamella.snelxml.generator.reader.ReaderGenerator.generate()
-
com.laamella.snelxml.generator.writer.WriterGenerator.generate()
-
com.leansoft.mwsc.module.WSClientModule.generate()
Generate target code according to platform specific logic
@param cgModel, code generation model
@param config for code generation
@return a set of generated file model
@throws WscModuleException
-
com.leansoft.mxjc.module.ClientModule.generate()
-
com.mcminn.wsdl2android.WSDL2Android.generate()
-
com.netflix.exhibitor.core.analyze.UsageListing.generate()
-
com.netthreads.mavenize.pom.PomGenerator.generate()
Generate pom from project files.
@param projectFiles
@param version The version number to assign in the generated pom.
@param packaging The "packaging" type to assign in the pom.
-
com.packtpub.java7.concurrency.chapter5.recipe01.util.ProductListGenerator.generate()
This method generates the list of products
@param size the size of the product list
@return the generated list of products
-
com.puppetlabs.geppetto.catalog.util.CatalogRspecGenerator.generate()
-
com.pv.mf.db.mock.lang.IQueryBuilder.generate()
-
com.redhat.ceylon.compiler.js.JsCompiler.generate()
Compile all the phased units in the typechecker.
@return true is compilation was successful (0 errors/warnings), false otherwise.
-
com.rometools.rome.io.ModuleGenerator.generate()
Generates and injects module metadata into an XML node (JDOM element).
@param module the module to inject into the XML node (JDOM element).
@param element the XML node into which module meta-data will be injected.
-
com.scooterframework.tools.common.Generator.generate()
Generates code. If the code is already generated, overwrite it.
-
com.sk89q.craftbook.bukkit.ReportWriter.generate()
-
com.sk89q.worldedit.regions.shape.ArbitraryBiomeShape.generate()
Generates the shape.
@param editSession The EditSession to use.
@param baseBiome The default biome type.
@param hollow Specifies whether to generate a hollow shape.
@return number of affected blocks.
-
com.sk89q.worldedit.regions.shape.ArbitraryShape.generate()
Generates the shape.
@param editSession The EditSession to use.
@param pattern The pattern to generate default materials from.
@param hollow Specifies whether to generate a hollow shape.
@return number of affected blocks.
@throws MaxChangedBlocksException
-
com.sk89q.worldedit.regions.shape.RegionShape.generate()
-
com.springsource.bundlor.ManifestGenerator.generate()
-
com.springsource.bundlor.support.StandardManifestGenerator.generate()
-
com.sshtools.j2ssh.transport.hmac.SshHmac.generate()
@param sequenceNo
@param data
@param offset
@param len
@return
-
com.subhajit.diagram.callgraph.MethodInvocationDiagramGenerator.generate()
-
com.sun.jdo.api.persistence.enhancer.generator.Main.generate()
-
com.sun.jdo.spi.persistence.support.ejb.ejbc.JDOCodeGenerator.generate()
@see CMPGenerator#generate(IASEjbCMPEntityDescriptor,File,File)
-
com.sun.jersey.server.wadl.WadlBuilder.generate()
Generate WADL for a set of resources.
@param resources the set of resources
@return the JAXB WADL application bean
-
com.sun.source.util.JavacTask.generate()
Generate code.
@return a list of files that were generated
@throws IOException if an unhandled I/O error occurred in the compiler.
@throws IllegalStateException if the operation cannot be performed at this time.
-
com.sun.syndication.io.ModuleGenerator.generate()
Generates and injects module metadata into an XML node (JDOM element).
@param module the module to inject into the XML node (JDOM element).
@param element the XML node into which module meta-data will be injected.
-
com.sun.tahiti.compiler.generator.ModelGenerator.generate()
generate object models.
-
com.sun.tools.corba.se.idl.SymtabEntry.generate()
Invoke a generator. A call to this method is only meaningful for subclasses of SymtabEntry. If called on this class, it is a no-op.
@param symbolTable the symbol table is a hash table whose key isa fully qualified type name and whose value is a SymtabEntry or a subclass of SymtabEntry.
@param stream the stream to which the generator should sent its output.
-
com.sun.tools.internal.xjc.generator.bean.field.FieldRenderer.generate()
Generates accesssors and fields for the given implementation class, then return {@link FieldOutline} for accessingthe generated field.
-
com.sun.tools.xjc.generator.bean.field.FieldRenderer.generate()
Generates accesssors and fields for the given implementation class, then return {@link FieldOutline} for accessingthe generated field.
-
com.sun.xml.ws.spi.db.ServiceArtifactSchemaGenerator.generate()
-
com.tinkerpop.furnace.alpha.generators.DistributionGenerator.generate()
Generates a synthetic network connecting all vertices in the provided graph with the expected number of edges.
@param graph
@param expectedNumEdges
@return The number of generated edges. Not that this number may not be equal to the expected number of edges
-
com.tinkerpop.furnace.generators.CommunityGenerator.generate()
Generates a synthetic network for all vertices in the given graph such that the provided expected number of communities are generated with the specified expected number of edges.
@param graph
@param expectedNumCommunities
@param expectedNumEdges
@return The actual number of edges generated. May be different from the expected number.
-
com.tinkerpop.furnace.generators.DistributionGenerator.generate()
Generates a synthetic network connecting all vertices in the provided graph with the expected number of edges.
@param graph
@param expectedNumEdges
@return The number of generated edges. Not that this number may not be equal to the expected number of edges
-
com.tinkerpop.gremlin.algorithm.generator.DistributionGenerator.generate()
-
com.tinkerpop.gremlin.process.TraverserGenerator.generate()
-
com.wesabe.grendel.openpgp.KeySetGenerator.generate()
Generates a new {@link KeySet}.
@param userId the user ID, in {@code First Last } format
@param passphrase the user's passphrase
@return a keyset for the user
@throws CryptographicException if there was an error generating the keyset
-
com4j.tlbimp.Generator.generate()
Call this method repeatedly to generate classes from each type library.
-
common.model.Model.generate()
-
commonj.sdo.helper.XSDHelper.generate()
Generate an XML Schema Declaration (XSD) from Types. Same as generate(types, null);
@param types a List containing the Types
@return a String containing the generated XSD.
@throws IllegalArgumentException if the XSD could not be generated.
-
cu.repsystestbed.util.DefaultArffFeedbackGenerator.generate()
-
cz.mp.k3bg.core.NcxGenerator.generate()
@throws IOException
-
cz.mp.k3bg.core.OpfGenerator.generate()
@throws IOException
-
dbfit.util.oracle.OracleBooleanSpCommand.generate()
Generate the whole database call on the configured SpGeneratorOutput
-
de.lmu.ifi.dbs.elki.data.synthetic.bymodel.GeneratorMain.generate()
Main loop to generate data set.
@throws UnableToComplyException when model not satisfiable or no clustersspecified.
-
eas.users.students.benediktMueller.qswarm.neural.NetViewerBenedikt.generate()
-
edu.brown.designer.generators.ReplicationTreeGenerator.generate()
-
edu.purdue.wind.SineGenerator.generate()
Fill the given buffer with samples. Equivalent to {@code generate(buffer, 0, buffer.length)}.
-
eu.scape_project.planning.services.taverna.generator.T2FlowExecutablePlanGenerator.generate()
Generates the executable plan from this description and writes it to the provided writer.
@param writer the writer where the plan is written to
@throws IOException if an error occurred during write
-
extrabiomes.module.summa.worldgen.WorldGenAutumnTree.generate()
-
extrabiomes.module.summa.worldgen.WorldGenBigAutumnTree.generate()
-
forestry.apiculture.worldgen.WorldGenHive.generate()
-
forestry.apiculture.worldgen.WorldGenHiveSwamer.generate()
-
forestry.arboriculture.worldgen.WorldGenBalsa.generate()
-
fr.obeo.releng.targetplatform.pde.TargetDefinitionGenerator.generate()
-
freenet.support.HTMLNode.generate()
-
gdoku.generator.Generator.generate()
Launches the generation of the {@code DokuWiki} file.
@throws KameleonException if there was an error while generating the file
-
generator.CodeGenerator.generate()
-
gnu.java.security.key.IKeyPairGenerator.generate()
-
gnu.java.security.key.dss.DSSKeyPairGenerator.generate()
-
gnu.java.security.key.rsa.RSAKeyPairGenerator.generate()
The algorithm used here is described in nessie-pss-B.pdf document which is part of the RSA-PSS submission to NESSIE.
@return an RSA keypair.
-
gnu.javax.crypto.key.dh.GnuDHKeyPairGenerator.generate()
-
gnu.javax.crypto.key.srp6.SRPKeyPairGenerator.generate()
-
io.fabric8.kubernetes.template.TemplateGenerator.generate()
-
io.s4.util.ClonerGenerator.generate()
-
jp.vmi.html.result.HtmlResult.generate()
Generate HTML result.
@param testSuite test-suite instance.
@return test-suite summary.
-
kameleon.plugin.Generator.generate()
Generates a document in a known format using the given instance of {@code Document}.
Different options can be given to the generator using the {@code options} parameter.
It is possible for an generator to use an instance of a subclass of {@code Document} or a subclass of {@code SupportedOptions}, though is should be avoided, as other plug-ins are unlikely to be able to provide the given object.
@param base instance of {@code Document} used as template for the generated document
@param filePath absolute path of the file which should be generated
@param options generator options
@throws KameleonException if an error occured while analyzing the file
@see SupportedOptions
-
lupos.datastructures.stringarray.StringArray.generate()
This method creates the string array on disk by storing the string given by an iterator. It is optimized to store many strings and is therefore faster than just using the methods add or put for each string...
@param valuesIterator an iterator for the strings to be stored in this string array
@throws IOException in case of any i/o failures
-
lupos.engine.operators.index.adaptedRDF3X.SixIndices.generate()
-
me.uits.aiphial.general.datagenerator.DataGenerator.generate()
-
mods.natura.worldgen.SaguaroGen.generate()
-
net.flexmojos.oss.generator.Generator.generate()
-
net.glowstone.generator.TreeGenerator.generate()
-
net.helipilot50.stocktrade.framework.UUIDGen.generate()
-
net.jangaroo.properties.PropertyClassGenerator.generate()
-
net.minecraft.world.gen.feature.WorldGenDesertWells.generate()
-
net.minecraft.world.gen.feature.WorldGenMegaJungle.generate()
-
net.minecraft.world.gen.feature.WorldGenMinable.generate()
-
net.minecraft.world.gen.feature.WorldGenShrub.generate()
-
net.minecraft.world.gen.feature.WorldGenTrees.generate()
-
net.minecraft.world.gen.feature.WorldGenerator.generate()
-
net.octal.tools.base.PasswordGenerator.generate()
-
net.sertik.genesia.world.WorldGenerator.generate()
-
net.sf.asap.ASAP.generate()
-
net.sf.laja.parser.grammar.element.GrammarElement.generate()
-
net.sf.laja.template.Template.generate()
The following steps is performed: - The process is started with parsing a template file resulting in an instance of Template that is populated via the methods addCommand(), addStringref(), addTemplatemacroref and addText() by the TemplateParser. When we have a populated instance of Template, then the method generate() performs the code generation. - If a #write command is encountered, a file is opened for writing and all content within this command is written to this file. - All other content is written to opened files.
-
net.sf.mrailsim.main.MapReader.generate()
-
net.solosky.maplefetion.util.AuthGeneratorV4.generate()
生成加密结果
@param publicKey RSA公钥,从返回的W头部的key获取值,16进制表示的字节数组 67Bytes(134Chars)
@param password V4加密的密码,指用userid和明文密码加密过后的结果(两次sha1),16进制表示的字节数组 20Bytes(40Chars)
@param nonce 服务器返回的随机字符串,看做字符串 16Bytes(32Chars)
@param aeskey AES算法的密钥,估计是加密或者解密用户配置的 32Bytes(64Chars)
@return 生成的结果,16进制表示的字节数组
-
newExamples.gaia.cu4.du438.current_cycle.DmsSimuDU437.generate()
-
nz.ac.waikato.modeljunit.GreedyTester.generate()
-
nz.ac.waikato.modeljunit.RandomTester.generate()
Generates one step of a random walk through the model. This calls {@link #doRandomActionOrReset()}.
-
nz.ac.waikato.modeljunit.Tester.generate()
Generate one more test step in the current sequence. This may reset and start a new test sequence if necessary.
@return the number of the action taken, or -1 if a reset was done.
-
org.any_openeai_enterprise.moa.jmsobjects.coreapplication.v1_0.Greeting.generate()
-
org.apache.accumulo.monitor.util.Table.generate()
-
org.apache.accumulo.server.monitor.util.Table.generate()
-
org.apache.ace.builder.DeploymentPackageBuilder.generate()
Generates a deployment package and streams it to the output stream you provide. Before it starts generating, it will first validate that you have actually specified a resource processor for each type of artifact you provided.
@param output the output stream to write to
@throws Exception if something goes wrong while validating or generating
-
org.apache.avro.io.parsing.ResolvingGrammarGenerator.generate()
Resolves the writer schema writer and the reader schema reader and returns the start symbol for the grammar generated.
@param writer The schema used by the writer
@param reader The schema used by the reader
@return The start symbol for the resolving grammar
@throws IOException
-
org.apache.axis.wsdl.gen.Generator.generate()
Generate something.
-
org.apache.axis2.wsdl.codegen.CodeGenerationEngine.generate()
Generate the code!!
@throws CodeGenerationException
-
org.apache.beehive.netui.compiler.BaseGenerator.generate()
-
org.apache.cassandra.stress.generate.values.Generator.generate()
-
org.apache.cocoon.generation.Generator.generate()
-
org.apache.cocoon.generation.ServerPagesGenerator.generate()
Generate XML data. This method loads a server pages generator associated with its (file) input source and delegates SAX event generator to it taking care of "closing" any event left open by the loaded generator as a result of its possible "premature" return (a common situation in server pages)
@exception IOException IO Error
@exception SAXException SAX event generation error
@exception ProcessingException Error during load/execution
-
org.apache.cocoon.reading.Reader.generate()
Generate the response.
@return The length of the response or 0
if the lengthis unknown.
-
org.apache.commons.math3.geometry.euclidean.twod.hull.ConvexHullGenerator2D.generate()
{@inheritDoc}
-
org.apache.commons.math3.geometry.euclidean.twod.hull.MonotoneChain.generate()
Builds the convex hull from the set of input points.
@param points the set of input points
@return the convex hull
@throws NullArgumentException if the input collection is {@code null}
@throws ConvergenceException if generator fails to generate a convex hull forthe given set of input points
-
org.apache.cxf.jaxws.WrapperClassGenerator.generate()
-
org.apache.cxf.rs.security.oauth.provider.MD5SequenceGenerator.generate()
-
org.apache.cxf.tools.java2wsdl.generator.AbstractGenerator.generate()
-
org.apache.cxf.tools.java2wsdl.generator.WSDLGenerator.generate()
-
org.apache.cxf.tools.java2wsdl.generator.jaxws.WSDLGenerator.generate()
-
org.apache.cxf.tools.wsdlto.core.DataBindingProfile.generate()
-
org.apache.derby.impl.sql.compile.QueryTreeNode.generate()
Do the code generation for this node. This is a place-holder method - it should be over-ridden in the sub-classes.
@param acb The ActivationClassBuilder for the class being built
@param mb The method for the generated code to go into
@exception StandardException Thrown on error
-
org.apache.derby.impl.sql.compile.StatementNode.generate()
Do code generation for this statement.
@param byteCode the generated byte code for this statement.if non-null, then the byte code is saved here.
@return A GeneratedClass for this statement
@exception StandardException Thrown on error
-
org.apache.felix.deploymentadmin.itest.util.DeploymentPackageBuilder.generate()
Generates a deployment package and streams it to the output stream you provide. Before it starts generating, it will first validate that you have actually specified a resource processor for each type of artifact you provided.
@return the input stream containing the deployment package.
@throws Exception if something goes wrong while validating or generating
-
org.apache.geronimo.ews.ws4j2ee.toWs.Ws4J2ee.generate()
-
org.apache.juddi.keygen.KeyGenerator.generate()
-
org.apache.maven.plugin.checkstyle.VelocityTemplate.generate()
Using a specified Velocity Template and provided context, create the outputFilename.
@param outputFilename the file to be generated.
@param template the velocity template to use.
@param context the velocity context map.
@throws VelocityException if the template was not found or any other Velocity exception.
@throws MojoExecutionException
@throws IOException
-
org.apache.maven.reporting.MavenReport.generate()
-
org.apache.myfaces.tobago.apt.annotation.UIComponentTag.generate()
-
org.apache.myfaces.tobago.apt.annotation.UIComponentTagAttribute.generate()
-
org.apache.nutch.crawl.Generator.generate()
-
org.apache.nutch.crawl.GeneratorJob.generate()
Mark URLs ready for fetching.
@throws ClassNotFoundException
@throws InterruptedException
-
org.apache.openejb.core.cmp.cmp2.Cmp1Generator.generate()
Generate the class for implementing CMP 1 level of persistence.
@return The generated byte-array containing the class data.
-
org.apache.openejb.core.cmp.cmp2.Cmp2Generator.generate()
Perform the generation step for a CMP Entity Bean. This uses the accumulated meta data and the base bean class to generate a subclass with the automatically generated bits of OpenEJB infrastructure hooks.
@return The class file byte array to be used for defining this class.
-
org.apache.qpid.util.UUIDGen.generate()
-
org.apache.s4.core.gen.OverloadDispatcherGenerator.generate()
-
org.apache.s4.util.ClonerGenerator.generate()
-
org.apache.shale.util.TokenProcessor.generate()
Generate and return the next transaction token value, and store it so that it may be verified on a subsequent form submit.
@param context
FacesContext
for the current request
-
org.apache.slide.webdav.util.DirectoryIndexGenerator.generate()
Display a directory browsing page.
@param req the HTTP request
@param res the HTTP response
@throw IOException if an IO exception occurrs while writing theresponse
@throw SlideException if an exception occurrs accessing Slide
-
org.apache.tiles.autotag.generate.TemplateGenerator.generate()
Generates the code.
@param packageName The package name.
@param suite The template suite.
@param parameters Configuration parameters.
@param runtimeClass The RequestBuilder implementation.
@param requestClass The request class to use.
-
org.apache.uima.ducc.transport.uima.dd.generator.DeploymentDescriptorGenerator.generate()
-
org.apache.vysper.xmpp.modules.extension.xep0220_server_dailback.DialbackIdGenerator.generate()
-
org.apache.wink.common.model.wadl.WADLGenerator.generate()
-
org.apache.ws.java2wsdl.Java2WSDLCodegenEngine.generate()
-
org.apache.ws.java2wsdl.jaxws.JAXWS2WSDLCodegenEngine.generate()
Generate.
@throws Exception the exception
-
org.apache.ws.jaxme.generator.Generator.generate()
Generates java source from the given File
.
@param pFile reads the schema (from which the source is to be generated)from the given file.
@return
SchemaSG
describing the source generated
-
org.apache.ws.jaxme.generator.impl.GeneratorImpl.generate()
-
org.apache.ws.jaxme.generator.sg.PropertySG.generate()
Generates the property setters and getters.
-
org.apache.ws.jaxme.generator.sg.SchemaSG.generate()
Performs the source generation.
-
org.apache.ws.jaxme.generator.sg.TypeSG.generate()
Generates the types sources.
-
org.apache.ws.jaxme.generator.sg.impl.PropertySGImpl.generate()
-
org.apache.ws.jaxme.generator.sg.impl.ccsg.BeanSG.generate()
Creates the various bean properties.
-
org.apache.ws.jaxme.generator.sg.impl.ccsg.DriverSG.generate()
Invokes the various newFooMethod
methods.
-
org.apache.ws.jaxme.generator.sg.impl.ccsg.HandlerSG.generate()
Invokes the various "newFooMethod" methods.
-
org.apache.xmlgraphics.ps.FormGenerator.generate()
Generates the PostScript form.
@param gen the PostScript generator
@return a PSResource instance representing the form
@throws IOException if an I/O error occurs
-
org.apache.xmlgraphics.ps.ImageFormGenerator.generate()
-
org.apache.xmlgraphics.ps.dsc.events.DSCComment.generate()
@see org.apache.xmlgraphics.ps.dsc.events.DSCEvent#generate(org.apache.xmlgraphics.ps.PSGenerator)
-
org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentNeededResources.generate()
-
org.apache.xmlgraphics.ps.dsc.events.DSCCommentDocumentSuppliedResources.generate()
-
org.apache.xmlgraphics.ps.dsc.events.DSCCommentPage.generate()
@see org.apache.xmlgraphics.ps.dsc.events.DSCEvent#generate(org.apache.xmlgraphics.ps.PSGenerator)
-
org.apache.xmlgraphics.ps.dsc.events.DSCCommentPages.generate()
@see org.apache.xmlgraphics.ps.dsc.events.DSCEvent#generate(org.apache.xmlgraphics.ps.PSGenerator)
-
org.apache.xmlgraphics.ps.dsc.events.DSCEvent.generate()
Writes the event to the given PSGenerator.
@param gen the PSGenerator to write to
@throws IOException In case of an I/O error
-
org.apache.xmlgraphics.ps.dsc.events.DSCHeaderComment.generate()
@see org.apache.xmlgraphics.ps.dsc.events.DSCEvent#generate(org.apache.xmlgraphics.ps.PSGenerator)
-
org.apache.xmlgraphics.ps.dsc.events.PostScriptLine.generate()
@see org.apache.xmlgraphics.ps.dsc.events.DSCEvent#generate(org.apache.xmlgraphics.ps.PSGenerator)
-
org.auraframework.impl.javascript.AuraJavascriptGroup.generate()
-
org.auraframework.util.javascript.directive.DirectiveBasedJavascriptGroup.generate()
-
org.auraframework.util.javascript.directive.DirectiveParser.generate()
-
org.bouncycastle.asn1.x509.X509ExtensionsGenerator.generate()
Generate an X509Extensions object based on the current state of the generator.
@return an X09Extensions object.
-
org.bouncycastle.cms.CMSCompressedDataGenerator.generate()
generate an object that contains an CMS Compressed Data
-
org.bouncycastle.cms.CMSEnvelopedDataGenerator.generate()
generate an enveloped object that contains an CMS Enveloped Data object using the given provider and the passed in key generator.
-
org.bouncycastle.cms.CMSSignedDataGenerator.generate()
generate a signed object that for a CMS Signed Data object using the given provider.
-
org.bouncycastle.mail.smime.SMIMECompressedGenerator.generate()
generate an compressed object that contains an SMIME Compressed object using the given provider from the contents of the passed in message
-
org.bouncycastle.mail.smime.SMIMEEnvelopedGenerator.generate()
generate an enveloped object that contains an SMIME Enveloped object using the given provider.
-
org.bouncycastle.mail.smime.SMIMESignedGenerator.generate()
generate a signed object that contains an SMIME Signed Multipart object using the given provider.
@param content the MimeBodyPart to be signed.
@param sigProvider the provider to be used for the signature.
@return a Multipart containing the content and signature.
@throws NoSuchAlgorithmException if the required algorithms for the signature cannot be found.
@throws NoSuchProviderException if no provider can be found.
@throws SMIMEException if an exception occurs in processing the signature.
-
org.bouncycastle.ocsp.BasicOCSPRespGenerator.generate()
-
org.bouncycastle.ocsp.OCSPReqGenerator.generate()
Generate an unsigned request
@return the OCSPReq
@throws OCSPException
-
org.bouncycastle.ocsp.OCSPRespGenerator.generate()
-
org.bouncycastle.openpgp.PGPSignatureGenerator.generate()
Return a signature object containing the current signature state.
@return PGPSignature
@throws PGPException
@throws SignatureException
-
org.bouncycastle.openpgp.PGPSignatureSubpacketGenerator.generate()
-
org.bouncycastle.openpgp.PGPUserAttributeSubpacketVectorGenerator.generate()
-
org.bouncycastle.openpgp.PGPV3SignatureGenerator.generate()
Return a V3 signature object containing the current signature state.
@return PGPSignature
@throws PGPException
@throws SignatureException
-
org.bouncycastle.openpgp.operator.PBEKeyEncryptionMethodGenerator.generate()
-
org.bouncycastle.openpgp.operator.PGPKeyEncryptionMethodGenerator.generate()
-
org.bouncycastle.tsp.TimeStampRequestGenerator.generate()
-
org.bouncycastle.tsp.TimeStampResponseGenerator.generate()
-
org.bouncycastle.x509.X509V1CertificateGenerator.generate()
generate an X509 certificate, based on the current issuer and subject using the default provider.
Note: this differs from the deprecated method in that the default provider is used - not "BC".
-
org.bouncycastle.x509.X509V2AttributeCertificateGenerator.generate()
generate an X509 certificate, based on the current issuer and subject, using the passed in provider for the signing.
-
org.bouncycastle.x509.X509V2CRLGenerator.generate()
generate an X509 CRL, based on the current issuer and subject using the default provider.
Note: this differs from the deprecated method in that the default provider is used - not "BC".
-
org.bouncycastle.x509.X509V3CertificateGenerator.generate()
generate an X509 certificate, based on the current issuer and subject using the default provider.
Note: this differs from the deprecated method in that the default provider is used - not "BC".
-
org.byteliberi.easydriver.generator.BeanFactoryGeneration.generate()
-
org.byteliberi.easydriver.generator.ObjectModelGeneration.generate()
Creates the file content
@param out Stream where to write the generated structure.
@throws SQLException A problem occurred with the query or the database itself.
-
org.byteliberi.easydriver.generator.ServiceGeneration.generate()
-
org.byteliberi.easydriver.generator.StructureGeneration.generate()
This method generates the class
@param dirPath Directory where to write the file
@throws UnsupportedEncodingException This platform cannot write UTF-8 file.
@throws FileNotFoundException
-
org.chiba.adapter.ui.UIGenerator.generate()
-
org.codehaus.modello.core.ModelloCore.generate()
-
org.codehaus.xfire.gen.Wsdl11Generator.generate()
-
org.codehaus.xfire.gen.documentation.DocumentationConfigGen.generate()
Generates documentation config file for given classes
-
org.conserve.select.StatementPrototypeGenerator.generate()
Generate a statement prototype that looks in Class klass for objects. If addJoins is true, it will also satisfy all superclasses.
@param klass the class to generate a statment prototype for.
@param addJoins whether satisfy superclass constraints.
@return a prototype that can be used to generate PreparedStatements.
@throws SQLException
-
org.conserve.tools.generators.IdStatementGenerator.generate()
@param oStack
@param minLevel
@return
-
org.datanucleus.enhancer.asm.primarykey.PrimaryKeyGenerator.generate()
Method to generate the primary key class.
@return The bytes for this pk class
-
org.datanucleus.store.objectvaluegenerator.ObjectValueGenerator.generate()
Method that takes the object being persisted by the specified ObjectManager and generates a value (based on the contents of the object). This could be used, for example, to generate a unique value for the object based on some of its fields.
@param om The ObjectManager
@param obj The object (persistent, or being persisted)
@param extensions Extensions on the field being generated
@return The value
-
org.destecs.ide.debug.aca.AcaGenerator.generate()
-
org.directwebremoting.extend.IdGenerator.generate()
Generates an id string unique enough to avoid duplicates within one server session and all its corresponding user sessions.
@return A unique id string
-
org.drools.compiler.integrationtests.eventgenerator.SimpleEventGenerator.generate()
-
org.drools.integrationtests.eventgenerator.SimpleEventGenerator.generate()
-
org.dyno.visual.swing.plugin.spi.ISourceParser.generate()
-
org.eclipse.emf.codegen.ecore.generator.Generator.generate()
-
org.eclipse.emf.codegen.jet.JETEmitter.generate()
-
org.eclipse.persistence.sdo.helper.SDOClassGenerator.generate()
-
org.eclipse.xsd.ecore.XSDEcoreBuilder.generate()
-
org.ejbca.util.keystore.KeyStoreContainer.generate()
Generates keys in the Keystore token.
@param keySpec all decimal digits RSA key length, otherwise name of ECC curve or DSA key using syntax DSAnnnn
@param keyEntryName
@return In case of soft keystore, the bytes of the encoded keystore. In case of PKCS#11 tokens (HSMs) it returns byte[0].
@throws Exception
-
org.encog.app.generate.EncogCodeGeneration.generate()
Generate the code from Encog Analyst.
@param analyst The Encog Analyst object to use for code generation.
-
org.encog.examples.neural.util.TemporalXOR.generate()
-
org.encog.ml.prg.generator.PrgGrowGenerator.generate()
-
org.encog.ml.prg.generator.RampedHalfAndHalf.generate()
-
org.encog.neural.pattern.ADALINEPattern.generate()
Generate the network.
@return The generated network.
-
org.encog.neural.pattern.ART1Pattern.generate()
Generate the neural network.
@return The generated neural network.
-
org.encog.neural.pattern.BAMPattern.generate()
@return The generated network.
-
org.encog.neural.pattern.BoltzmannPattern.generate()
Generate the network.
@return The generated network.
-
org.encog.neural.pattern.CPNPattern.generate()
Generate the network.
@return The generated network.
-
org.encog.neural.pattern.ElmanPattern.generate()
Generate the Elman neural network.
@return The Elman neural network.
-
org.encog.neural.pattern.FeedForwardPattern.generate()
Generate the feedforward neural network.
@return The feedforward neural network.
-
org.encog.neural.pattern.HopfieldPattern.generate()
Generate the Hopfield neural network.
@return The generated network.
-
org.encog.neural.pattern.JordanPattern.generate()
Generate a Jordan neural network.
@return A Jordan neural network.
-
org.encog.neural.pattern.PNNPattern.generate()
Generate the RSOM network.
@return The neural network.
-
org.encog.neural.pattern.RadialBasisPattern.generate()
Generate the RBF network.
@return The neural network.
-
org.encog.neural.pattern.SOMPattern.generate()
Generate the RSOM network.
@return The neural network.
-
org.encog.neural.pattern.SVMPattern.generate()
@return The generated network.
-
org.encog.workbench.util.TemporalXOR.generate()
-
org.erlide.annotations.MultipleParameterMethodMemoizer.generate()
-
org.erlide.annotations.ParamterlessMethodMemoizer.generate()
-
org.erlide.annotations.SingleParameterMethodMemoizer.generate()
-
org.exist.TestDataGenerator.generate()
-
org.fusesource.hawtjni.generator.HawtJNI.generate()
-
org.gephi.io.generator.api.GeneratorController.generate()
Execute a generator task in a background thread.
The created elements are appened in the current workspace, or in a new workspace if the project is empty.
@param generator the generator that is to be executed
-
org.gephi.io.generator.plugin.RandomGraph.generate()
-
org.glassfish.admin.amx.util.jmx.MBeanInterfaceGenerator.generate()
-
org.glassfish.jersey.server.wadl.internal.WadlBuilder.generate()
Generate WADL for a set of resources.
@param resources the set of resources
@return the JAXB WADL application bean
-
org.granite.generator.Generator.generate()
-
org.gudy.azureus2.plugins.tracker.web.TrackerWebPageGenerator.generate()
@param request
@param response
@return true if the request was handled
-
org.hamcrest.generator.SugarGenerator.generate()
Generate all the factory methods using all the writers. This should always happen AFTER adding factory methods and writers.
-
org.hibernate.id.UUIDHexGenerator.generate()
{@inheritDoc}
-
org.hibernate.id.enhanced.Optimizer.generate()
Generate an identifier value accounting for this specific optimization.
@param callback Callback to access the underlying value source.
@return The generated identifier value.
-
org.hivedb.util.functional.Generator.generate()
-
org.infoset.xml.DocumentLoader.generate()
-
org.infoset.xml.sax.SAXDocumentLoader.generate()
-
org.intellij.grammar.generator.ParserGenerator.generate()
-
org.javacc.utils.JavaFileGenerator.generate()
Generate the output file.
@param out
@throws IOException
-
org.jayasoft.woj.common.util.password.PassGenerator.generate()
-
org.jboss.aesh.cl.builder.CommandBuilder.generate()
-
org.jboss.arquillian.container.test.spi.client.deployment.DeploymentScenarioGenerator.generate()
Extract all meta data related to a {@link TestClass}.
@param testClass Data to extract meta data based on.
@return The given {@link TestClass}s {@link DeploymentDescription}s
-
org.jboss.arquillian.impl.DeploymentGenerator.generate()
@param testCase
@return
-
org.jboss.arquillian.spi.client.deployment.DeploymentScenarioGenerator.generate()
Extract all meta data related to a {@link TestClass}.
@param testClass Data to extract meta data based on.
@return The given {@link TestClass}s {@link DeploymentScenario}
-
org.jboss.errai.codegen.CallParameters.generate()
-
org.jboss.errai.codegen.Statement.generate()
-
org.jboss.errai.codegen.VariableReference.generate()
-
org.jboss.errai.codegen.builder.ContextualStatementBuilder.generate()
-
org.jboss.errai.codegen.builder.impl.AssignmentBuilder.generate()
-
org.jboss.errai.codegen.control.branch.Label.generate()
-
org.jboss.errai.codegen.framework.CallParameters.generate()
-
org.jboss.errai.codegen.framework.Statement.generate()
-
org.jboss.errai.codegen.framework.VariableReference.generate()
-
org.jboss.errai.codegen.framework.builder.ContextualStatementBuilder.generate()
-
org.jboss.errai.codegen.framework.builder.impl.AssignmentBuilder.generate()
-
org.jboss.errai.codegen.framework.control.branch.Label.generate()
-
org.jboss.errai.ioc.rebind.ioc.bootstrapper.IOCBootstrapGenerator.generate()
-
org.jboss.errai.ioc.rebind.ioc.codegen.CallParameters.generate()
-
org.jboss.errai.ioc.rebind.ioc.codegen.Statement.generate()
-
org.jboss.errai.ioc.rebind.ioc.codegen.VariableReference.generate()
-
org.jboss.errai.ioc.rebind.ioc.codegen.control.branch.Label.generate()
-
org.jboss.internal.soa.esb.webservice.JAXWSProviderClassGenerator.generate()
-
org.jboss.jca.codegenerator.code.AbstractCodeGen.generate()
generate code
@param def Definition
@param out Writer
@throws IOException ioException
-
org.jboss.jca.codegenerator.xml.BuildGradleGen.generate()
-
org.jboss.jca.codegenerator.xml.BuildIvyXmlGen.generate()
-
org.jboss.jca.codegenerator.xml.BuildXmlGen.generate()
-
org.jboss.jca.codegenerator.xml.IronjacamarXmlGen.generate()
-
org.jboss.jca.codegenerator.xml.IvySettingsXmlGen.generate()
-
org.jboss.jca.codegenerator.xml.IvyXmlGen.generate()
-
org.jboss.jca.codegenerator.xml.MbeanXmlGen.generate()
-
org.jboss.jca.codegenerator.xml.PackageHtmlGen.generate()
-
org.jboss.jca.codegenerator.xml.PomXmlGen.generate()
-
org.jboss.jca.codegenerator.xml.RaXmlGen.generate()
-
org.jboss.soa.esb.listeners.config.Generator.generate()
Generate the configuration set in the supplied output directory and store it in the member outputstreams.
@throws ConfigurationException Failed to generate configuration set.
-
org.jboss.ws.tools.JavaToWSDL.generate()
Generate the common WSDL definition for a given endpoint
-
org.jboss.ws.tools.WSTools.generate()
Entry point for the programmatic use
-
org.jboss.ws.tools.mapping.MappingFileGenerator.generate()
Method that generates the jaxrpc mapping metadata
- Guidance:
-
If you need the metadata serialized, please use:
@see JavaWsdlMapping#serialize()
@throws IOException
@throws IllegalArgumentException mappingfilename is null
-
org.jboss.ws.tools.wsdl.JAXBWSDLGenerator.generate()
-
org.jboss.ws.tools.wsdl.WSDLGenerator.generate()
Generate a WSDL object model from the passed in ServiceMetaData.
@param service the service
@return the WSDL object model
-
org.jibx.schema.codegen.CodeGen.generate()
Generate code from a list of schemas.
@param verbose verbose output flag
@param usens namespace to be used when no schemas with namespaces are being generated (null
if notspecified)
@param dfltpkg default package for no-namespace schemas (null
if not specified)
@param bindname name for root binding (null
if not specified)
@param fileset list of resolvers for schemas to be generated
@param inclpaths list of paths for bindings to be used for matching schema definitions (empty if none)
@param model file to be used for dumping generated data model (null
if none)
@param handler validation error and code generation problem handler
@return true
if successful, false
if failure
@throws JiBXException
@throws IOException
-
org.jibx.schema.generator.SchemaGen.generate()
Generate a list of schemas from a list of bindings. The two lists are not necessarily in any particular relationship to each other. This method is provided for backward compatibility; it just combines a call to {@link #buildSchemas(List)} with a call to {@link #finishSchemas(Collection)} with an empty list of existingschemas.
@param bindings list of {@link BindingElement}
@return list of {@link SchemaHolder}
-
org.jitterbit.xml.xsd.XsdGenerator.generate()
Generates the XSD files.
@return a GeneratedXsds
instance holding the XSD files that were created
@throws Exception if the XSD files could not be created.
-
org.jostraca.Generator.generate()
Generate the specified template.
@param pTemplate template file path
-
org.jtester.module.database.datagenerator.AbastractDataGenerator.generate()
生成第n个数据
index计数从0开始
@param index
@return
-
org.kapott.hbci.GV.generators.ISEPAGenerator.generate()
Schreibt den Job als SEPA-XML in den Stream.
@param sepaParams die sepaParams aus dem SEPA-Geschaeftsvorfall.Urspruenglich wurde hier direkt eine Instanz von "AbstractSEPAGV" uebergeben und dort job.getSEPAParam($targetname(ohne "sepa.") aufgerufen. Das hatte jedoch den Nachteil, dass fuer die Instanziierung eines "AbstractSEPAGV" (welche von "HBCIJobImpl" abgeleitet ist) ein HBCIHandler erforderlicher. Der erfordert jedoch einen initialisierten und geoeffneten Passport, was wiederrum bedeutet, dass das SEPA-XML nur innerhalb eines HBCI-Dialogs erzeugt werden kann. Schon allein zur besseren Testbarkeit sollte sich das XML jedoch auch ohne HBCI-Initialisierung erstellen lassen. Daher werden hier nur noch die Properties uebergeben aus denen sich der SEPA-Generator dann anhand der Parameternamen bedient.
@param os der Stream.
@param validate true, wenn das erzeugte XML gegen das PAIN-Schema validiert werden soll.
@throws Exception
-
org.kapott.hbci.manager.MsgGen.generate()
@internal
@brief Generates the HBCI message @p msgName.The syntax description for the message to be generated is taken from an XML node @c MSGdef where the attribute @c id equals @p msgName. To build the message the values stored in @c clientValues will be used.
@param msgName The name (i.e. XML-identifier for a MSGdef-node) of the message to be generated.
@return A new MSG object representing the generated message.
-
org.keycloak.models.utils.TimeBasedOTP.generate()
Generates a token.
@param secretKey the secret key to derive the token from.
-
org.keyczar.interop.operations.Operation.generate()
Generates output that will later be saved to file and tested using the test function in this and other implementations of keyczar. An example is the encrypt operation which will return the ciphertext.
@param algorithm: name of key algorithm with size
@param *options: additional parameters listed in children
@raise NotImplementedError: If the child class does not implement
-
org.makersoft.shards.id.IdGenerator.generate()
生成主键
@param session 当前的{@link SqlSession}
@param object 需要生成主键的对象
@return 生成的主键
-
org.mifosplatform.portfolio.client.domain.AccountNumberGenerator.generate()
-
org.mifosplatform.portfolio.loanaccount.loanschedule.domain.LoanScheduleGenerator.generate()
-
org.molgenis.generators.DataTypeGen.generate()
-
org.mortbay.jetty.testing.HttpTester.generate()
-
org.mybatis.generator.api.MyBatisGenerator.generate()
This is the main method for generating code. This method is long running, but progress can be provided and the method can be canceled through the ProgressCallback interface. This version of the method runs all configured contexts.
@param callback an instance of the ProgressCallback interface, or null
if you do not require progress information
@throws SQLException
@throws IOException
@throws InterruptedException if the method is canceled through the ProgressCallback
-
org.netbeans.modules.php.nette.generators.actionrender.ActionRenderTemplatesGenerator.generate()
Generates templates for passed actions array.
@param actions
@param presenterFileName
@param templatesDirectory
@param dottedNotation
-
org.netsys.cms.CMSSignedDataGenerator.generate()
-
org.objectstyle.wolips.eogenerator.core.runner.VelocityEOGeneratorRunner.generate()
-
org.objectstyle.wolips.eomodeler.doc.EOModelGraffleGenerator.generate()
-
org.objectweb.celtix.tools.generators.AbstractGenerator.generate()
-
org.objectweb.celtix.tools.generators.java2.WSDLGenerator.generate()
-
org.omnifaces.vdldoc.VdldocGenerator.generate()
-
org.oorexx.doc.generator.DocGenerator.generate()
-
org.openqreg.db.CreateSASCodeForTableImport.generate()
Generate SAS Code for table import. Use this function if you call this class from webapplication or whenever you supply your own Connection
@return StringBuffer
@param sqlstatement
-
org.opensaml.xml.security.keyinfo.KeyInfoGenerator.generate()
Generate a new KeyInfo object based on keying material and other information within a credential.
@param credential the credential containing keying material and possibly other information
@return a new KeyInfo object
@throws SecurityException thrown if there is any error generating the new KeyInfo from the credential
-
org.openscience.jchempaint.renderer.selection.IncrementalSelection.generate()
Generate a display element that represents this selection. This will be used while isFilled() && !isFinished().
@param color the color of the element to generate.
@return a rendering element for display purposes.
-
org.ow2.util.auditreport.impl.AuditIDImpl.generate()
Generates the class. It call sub methods for being more clear for read the code
-
org.parosproxy.paros.extension.report.ReportLastScan.generate()
-
org.pirkaengine.core.Template.generate()
モデルに値を持たないレンダラーを生成する.
@return レンダラー
-
org.qi4j.api.entity.IdentityGenerator.generate()
Generate a new id for the given Composite type
@param compositeType the type of composite
@return a new identity
-
org.rhq.plugins.jbossas.util.JBossASSnapshotReport.generate()
-
org.rssowl.ui.internal.dialogs.cleanup.CleanUpModel.generate()
Calculate Tasks
-
org.springframework.cache.interceptor.KeyGenerator.generate()
-
org.springmodules.template.Template.generate()
Generates output based on the given model and flushes it into the given OutputStream.
@param out The OutputStream the output will be flushed into.
@param model The model based on which the output will be generated.
@throws TemplateGenerationException Thrown if an error occured during the output generation or flushing.
-
org.springside.examples.showcase.common.dao.UIDGenerator.generate()
-
org.teavm.javascript.ni.Injector.generate()
-
org.teavm.tooling.TeaVMTestTool.generate()
-
org.teavm.tooling.TeaVMTool.generate()
-
org.teiid.query.util.Permutation.generate()
Create list of arrays of items, in all possible permutations (that's n! permutations).
@return Iterator where each thing returned by the iterator is a permutation Object[]
-
org.uiautomation.ios.utils.JSTemplate.generate()
-
org.xrace.view.admin.evenements.course.inscriptions.reports.InscriptionsCompleteReport.generate()
-
org.xrace.view.admin.evenements.course.inscriptions.reports.InscriptionsEquipeReport.generate()
-
org.xrace.view.admin.evenements.course.inscriptions.reports.InscriptionsGecoReport.generate()
-
org.xrace.view.admin.evenements.course.inscriptions.reports.InscriptionsImprimableReport.generate()
-
org.xrace.view.admin.evenements.course.inscriptions.reports.InscriptionsSommaireReport.generate()
-
org.xrace.view.admin.evenements.evenement.inscriptions.InscriptionsEvenementAbregeReport.generate()
-
org.xrace.view.admin.evenements.evenement.inscriptions.InscriptionsEvenementCompleteReport.generate()
-
org.xrace.view.admin.transactions.TransactionsReport.generate()
-
org.zeroturnaround.jrebel.gradle.RebelGenerateTask.generate()
The actual invocation of our plugin task. Will construct the in-memory model (RebelXmlBuilder), generate the XML output based on it and write the XML into a file-system file (rebel.xml).
-
ptolemy.backtrack.test.ptolemy.backtrack.test.random1.RandomTest1.generate()
-
railo.runtime.img.MarpleCaptcha.generate()
-
rinde.sim.pdptw.generator.tw.ProportionateUniformTWGenerator.generate()
-
sample.SimpleDomainObjGenerator.generate()
-
scenic3.apt.ScenicControllerGenerator.generate()
-
sql.optimizers.Optimizer.generate()
-
sun.security.x509.CertAndKeyGen.generate()
Generates a random public/private key pair, with a given key size. Different algorithms provide different degrees of security for the same key size, because of the "work factor" involved in brute force attacks. As computers become faster, it becomes easier to perform such attacks. Small keys are to be avoided.
Note that not all values of "keyBits" are valid for all algorithms, and not all public key algorithms are currently supported for use in X.509 certificates. If the algorithm you specified does not produce X.509 compatible keys, an invalid key exception is thrown.
@param keyBits the number of bits in the keys.
@exception InvalidKeyException if the environment does notprovide X.509 public keys for this signature algorithm.
-
uk.co.halfninja.randomnames.NameGenerator.generate()
-
uk.gov.nationalarchives.droid.report.planets.xml.PlanetsXMLGenerator.generate()
Generates planet xml.
-
util.GraphGenerator.generate()
-
util.RandomIntervalGraphGenerator.generate()
-
vash.Output.generate()
Generate image(s) from the Tree and write them with the instance's OutputParameters.
-
weka.core.TestInstances.generate()
Generates a new dataset
@return the generated data
@throws Exception if something goes wrong