play.deps
类 YamlParser

java.lang.Object
  继承者 org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser
      继承者 play.deps.YamlParser
所有已实现的接口:
org.apache.ivy.plugins.parser.ModuleDescriptorParser

public class YamlParser
extends org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser


嵌套类摘要
 
从类 org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser 继承的嵌套类/接口
org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser.AbstractParser
 
构造方法摘要
YamlParser()
           
 
方法摘要
 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)
           
 
从类 org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser 继承的方法
getMetadataArtifact, getType, parseDescriptor
 
从类 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
抛出:
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
抛出:
java.text.ParseException
java.io.IOException


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly