play.deps
Class YamlParser
java.lang.Object
org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser
play.deps.YamlParser
- All Implemented Interfaces:
- org.apache.ivy.plugins.parser.ModuleDescriptorParser
public class YamlParser
- extends org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser
Nested classes/interfaces inherited from class org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser |
org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser.AbstractParser |
Method Summary |
boolean |
accept(org.apache.ivy.plugins.repository.Resource rsrc)
|
org.apache.ivy.core.module.descriptor.ModuleDescriptor |
parseDescriptor(org.apache.ivy.plugins.parser.ParserSettings ps,
java.net.URL url,
org.apache.ivy.plugins.repository.Resource rsrc,
boolean bln)
|
void |
toIvyFile(java.io.InputStream in,
org.apache.ivy.plugins.repository.Resource rsrc,
java.io.File file,
org.apache.ivy.core.module.descriptor.ModuleDescriptor md)
|
Methods inherited from class org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser |
getMetadataArtifact, getType, parseDescriptor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YamlParser
public YamlParser()
accept
public boolean accept(org.apache.ivy.plugins.repository.Resource rsrc)
parseDescriptor
public org.apache.ivy.core.module.descriptor.ModuleDescriptor parseDescriptor(org.apache.ivy.plugins.parser.ParserSettings ps,
java.net.URL url,
org.apache.ivy.plugins.repository.Resource rsrc,
boolean bln)
throws java.text.ParseException,
java.io.IOException
- Throws:
java.text.ParseException
java.io.IOException
toIvyFile
public void toIvyFile(java.io.InputStream in,
org.apache.ivy.plugins.repository.Resource rsrc,
java.io.File file,
org.apache.ivy.core.module.descriptor.ModuleDescriptor md)
throws java.text.ParseException,
java.io.IOException
- Throws:
java.text.ParseException
java.io.IOException
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly