org.owasp.orizon.mirage.ident
Class Ident

java.lang.Object
  extended by org.owasp.orizon.mirage.ident.Ident

public class Ident
extends java.lang.Object

This class is responsible about identifying a source file, telling Mirage if it is able to understand it or not. Identifying is done only looking at the file extension at the moment, we'll improve the method later on.

Since:
1.0
Author:
thesp0nge

Constructor Summary
Ident()
           
 
Method Summary
static int ident(java.lang.String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ident

public Ident()
Method Detail

ident

public static int ident(java.lang.String filename)